Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57258
| References | <l45ti4$235$1@ger.gmane.org> |
|---|---|
| Date | 2013-10-22 08:31 -0500 |
| Subject | Re: pip won't ignore system-installed files |
| From | Skip Montanaro <skip@pobox.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1352.1382448721.18130.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: pip won't ignore system-installed files Skip Montanaro <skip@pobox.com> - 2013-10-22 08:31 -0500
csiph-web