pip won't ignore system-installed files

Skip Montanaro skip at pobox.com
Tue Oct 22 09:31:52 EDT 2013


On Tue, Oct 22, 2013 at 8:11 AM, Neal Becker <ndbecker2 at gmail.com> wrote:
> IIUC, it is perfectly legitimate to do install into --user to override system-
> wide installed modules.  Thus, I should be able to do:
>
> pip install --user --up blah
>
> even though there is already a package blah in
> /usr/lib/pythonxxx/site_packages/...
...
> Can we please fix this?

Sounds like a job for a bug report (for pip, most likely), not so much
a post to comp.lang.python.

What happens if you omit --upgrade?

Skip



More information about the Python-list mailing list