On 25 February 2015 at 14:40, Scott Kitterman <deb...@kitterman.com> wrote:
> Having re-read the bug, I don't see how this is anything other > than user error in Debian. > I hope you don't mean that installing any of the packages pip relies on under my home directory is 'user error'. The user shouldn't even need to know which packages those are. Another potential fix might be to run pip with Python's -s flag [1], so the user site packages directory is not on sys.path. I don't know if that breaks pip installing to that location, though. It needs to be on sys.path when pip runs 'setup.py install', because that may rely on things installed to satisfy setup_requires. [1] https://docs.python.org/3/using/cmdline.html#cmdoption-s Thomas