Opened 12 years ago
Closed 11 years ago
#38016 closed request (fixed)
Port request: pip_select
Reported by: | cooljeanius (Eric Gallager) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | irony42@…, petrrr, stromnov (Andrey Stromnov) | |
Port: | pip_select |
Description
A lot of the other python ports have *_select ports to go with them to let users create links to the version they want to use. However, pip doesn't have one though. It'd be nice to have a pip_select port to fix this.
Change History (10)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
comment:2 Changed 12 years ago by cooljeanius (Eric Gallager)
No, I suppose there isn't a problem with that. Still, many python modules do already have *_select ports to go with them, so it'd be useful to have some sort of standard policy in place to deal with whether they get one or not.
comment:3 follow-up: 5 Changed 12 years ago by cooljeanius (Eric Gallager)
I came across a user on the mailing lists confused about why there wasn't a pip
command after installing py26-pip: https://lists.macosforge.org/pipermail/macports-users/2013-March/032140.html
It could have been useful to have had a pip_select
port to suggest that he use here.
comment:4 follow-up: 9 Changed 11 years ago by cooljeanius (Eric Gallager)
Now that stromnov has added himself as a maintainer for py-pip as of r106753, could someone add him on cc for this ticket please?
comment:5 Changed 11 years ago by cooljeanius (Eric Gallager)
Replying to egall@…:
I came across a user on the mailing lists confused about why there wasn't a
pip
command after installing py26-pip: https://lists.macosforge.org/pipermail/macports-users/2013-March/032140.htmlIt could have been useful to have had a
pip_select
port to suggest that he use here.
Here's another one: https://lists.macosforge.org/pipermail/macports-users/2013-June/032915.html
comment:9 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | stromnov@… added |
---|
comment:10 Changed 11 years ago by stromnov (Andrey Stromnov)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've never understood why people want select ports for python modules. Is there a problem with just adding Python.framework/Versions/X.Y/bin to your PATH?