This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aixtools@gmail.com
Recipients Michael.Felt, aixtools@gmail.com, r.david.murray, zach.ware
Date 2016-10-05.21:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1fdc5881-a734-6562-ca90-ee2dba37fa6c@gmail.com>
In-reply-to <1475608303.21.0.247746298219.issue28361@psf.upfronthosting.co.za>
Content
On 04-Oct-16 21:11, Zachary Ware wrote:
> Zachary Ware added the comment:
>
> Pip is a third party project, so if you'd like to pursue this please open an issue on the pip issue tracker at https://github.com/pypa/pip/issues.
I stand corrected.
> Anyway, pip installs links named the way it does so that you can be (more) sure that you're invoking the correct pip.  'pip3.6' will invoke the pip installed with python3.6, 'pip3' will (or at least should) invoke the pip installed with whatever 'python3' points to, and 'pip' will point to whatever 'python' points to.  When installed in a Python 3 venv, pip also installs a 'pip' link to 'pip3', just as there's also a 'python' link to 'python3'.  In 2.7, pip is also installed as 'pip2.7' and 'pip2' along with 'pip'; again mirroring the version tags on the interpreter links.
So, I guess I should rename my python-3.X packages python3-3.X so they 
can install side.by.side rather than only one or the other. Good point.
>
> ----------
> nosy: +zach.ware
> resolution:  -> third party
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue28361>
> _______________________________________
History
Date User Action Args
2016-10-05 21:20:06aixtools@gmail.comsetrecipients: + aixtools@gmail.com, r.david.murray, zach.ware, Michael.Felt
2016-10-05 21:20:06aixtools@gmail.comlinkissue28361 messages
2016-10-05 21:20:06aixtools@gmail.comcreate