Opened 11 years ago
Last modified 10 years ago
#42102 new defect
py27-pip targets wrong python
Reported by: | Behinder (behinder) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | petrrr | |
Port: | py27-pip |
Description
I installed py27-pip. On 10.6 it looks everything is ok but on 10.8 strange things happens that IMO result in problems with Pebble SDK installation. After installation there is no pip in /opt/local/bin - just pip2.7. I made symbolink link to pip but..
pip - V result in: pip 1.4.1 from /Library/Python/2.7/site-packages/pip-1.4.1-py2.7.egg which IMO is wrong it should target python located in /opt/local/Library/Frameworks/Python.framework/Versions/2.7. /Library/Python is built-in interpreter and it shouldn't be touched or modified.
Why there is no command like pip-select similar to python-select. Very unconvenient :(
Change History (3)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to stromnov@… |
---|---|
Port: | py27-pip added |
comment:3 Changed 10 years ago by petrrr
pip_select
was implemented, so this probably can be closed.
Note: See
TracTickets for help on using
tickets.
Replying to seba.szwarc@…:
That is correct and intentional.
That's requested in #38016.