Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57258 > unrolled thread

Re: pip won't ignore system-installed files

Started bySkip Montanaro <skip@pobox.com>
First post2013-10-22 08:31 -0500
Last post2013-10-22 08:31 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: pip won't ignore system-installed files Skip Montanaro <skip@pobox.com> - 2013-10-22 08:31 -0500

#57258 — Re: pip won't ignore system-installed files

FromSkip Montanaro <skip@pobox.com>
Date2013-10-22 08:31 -0500
SubjectRe: pip won't ignore system-installed files
Message-ID<mailman.1352.1382448721.18130.python-list@python.org>
On Tue, Oct 22, 2013 at 8:11 AM, Neal Becker <ndbecker2@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web