Bug#680150: python-pip: pip2.7 should use python2.7 as interpreter

2012-07-04 Thread Jakub Wilk
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.)

Bug#680150: python-pip: pip2.7 should use python2.7 as interpreter

2012-07-04 Thread Michael Gebetsroither
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

Bug#680150: python-pip: pip2.7 should use python2.7 as interpreter

2012-07-04 Thread Jakub Wilk
* 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

Bug#680150: python-pip: pip2.7 should use python2.7 as interpreter

2012-07-03 Thread Michael Gebetsroither
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