The problem is that:
- /usr/bin/pip-2.7 has unversioned #!/usr/bin/python shebang (but it has
2.7 hardcoded in another place);
- /usr/bin/pip is a symlink to pip-2.7.
In such setup, pip-2.7 will explode if default Python version is not
2.7. (And the package dependencies don't ensure it's 2.7.)
Hello Jakob,
To Check if changing the interpreter to python2.7 really fixes the problem, and
it does.
Michael
Am 04.07.2012 um 09:27 schrieb Jakub Wilk :
> * Michael Gebetsroither , 2012-07-04, 02:28:
>> pip2.7 should use python2.7 as interpreter if not specifying a hard
>> dependency on pyth
* Michael Gebetsroither , 2012-07-04, 02:28:
pip2.7 should use python2.7 as interpreter if not specifying a hard dependency
on python2.7
% pip install --user --no-deps pbundler
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
load_entry_point('pip==1.1', 'console_sc
Package: python-pip
Version: 1.1-3
Severity: normal
Hello,
pip2.7 should use python2.7 as interpreter if not specifying a hard dependency
on python2.7
% pip install --user --no-deps pbundler
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
load_entry_point('pip==1
4 matches
Mail list logo