On 4 October 2014 10:51, Donald Stufft <don...@stufft.io> wrote:
> Whoops, I misred.
>
> So to be clear, you think:
>
> install -> pip, pip2, pip2.7
> altinstall -> pip2.7

To spell out the assumption I didn't make clear when helping with the
backport PEP, the difference comes from PEP 394, which specifies the
following behaviour when installing Python itself:

Python 2.7: python, python2, python2.7
Python 3.4: python3, python3.4

That maps to ensurepip as:

Python 2.7: pip, pip2, pip2.7
Python 3.4: pip3, pip3.4

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to