Mantis - py_pip
Viewing Issue Advanced Details
5228 minor always 2015-01-29 02:47 2015-01-29 09:30
gadavis  
dam  
normal  
acknowledged  
open  
none    
none  
0005228: Missing dependency on python27
A plain install of py_pip doesn't automatically bring in the python interpreter, so pip doesn't run.

    $ pip
    -bash: /opt/csw/bin/pip: /opt/csw/bin/python2.7: bad interpreter: No such file or directory

Manually installing python27 fixes this issue.

Not sure if this is a bug with py_setuptools or py_pip, but they both should be dependent on the python interpreter that they use.
py_pip CSWpy-pip 1.4.1,REV=2013.12.04 815.1 KB
Issue History
2015-01-29 02:47 gadavis New Issue
2015-01-29 09:28 dam Status new => assigned
2015-01-29 09:28 dam Assigned To => dam
2015-01-29 09:30 dam Note Added: 0011013
2015-01-29 09:30 dam Status assigned => acknowledged

Notes
(0011013)
dam   
2015-01-29 09:30   
This is a known issue as pip is a dual-version package as most of the newer ones: for Python 2.6 and 2.7. Adding deps would mean pulling in both versions.