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 Michael.Felt
Recipients Michael.Felt
Date 2016-10-04.18:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475606762.49.0.568305298556.issue28361@psf.upfronthosting.co.za>
In-reply-to
Content
a) pip is embedded in Python for some time.
b) pip is called pip3.5 (with link to pip3)
c) in Python3.6 pip is now called pip3.6 and linked to pip3

pip is pip - not pip3* because python is now called python3*

pip is pip - currently version 8.1.2 - what does that have to do with pip3?

IMHO - the name should just be pip

p.s. in Python2.7 - pip is embedded, but not installed automatically. However, when you run the embedded install - pip is pip
History
Date User Action Args
2016-10-04 18:46:02Michael.Feltsetrecipients: + Michael.Felt
2016-10-04 18:46:02Michael.Feltsetmessageid: <1475606762.49.0.568305298556.issue28361@psf.upfronthosting.co.za>
2016-10-04 18:46:02Michael.Feltlinkissue28361 messages
2016-10-04 18:46:02Michael.Feltcreate