[Python-Dev] cpython (3.4): Issue #22295: Adopt 'python -m pip' as the preferred invocation (original) (raw)
Skip Montanaro skip at pobox.com
Sat Sep 6 14:47:17 CEST 2014
- Previous message: [Python-Dev] cpython (3.4): Issue #22295: Adopt 'python -m pip' as the preferred invocation
- Next message: [Python-Dev] cpython (3.4): Issue #22295: Adopt 'python -m pip' as the preferred invocation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If I then execute
pip install --user --upgrade SomePackage it tries to remove the outdated more global version of SomePackage.
BTW, I believe this is a known issue:
https://github.com/pypa/pip/issues/1851 https://github.com/pypa/pip/issues/1122
Based on the comment in the second issue, it doesn't appear this will be resolved until 1.7 at the earliest.
Skip
- Previous message: [Python-Dev] cpython (3.4): Issue #22295: Adopt 'python -m pip' as the preferred invocation
- Next message: [Python-Dev] cpython (3.4): Issue #22295: Adopt 'python -m pip' as the preferred invocation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]