[issue20139] Python installer does not install a "pip" command (just "pip3" and "pip3.4")

Nick Coghlan report at bugs.python.org
Mon Jan 6 16:02:34 CET 2014


Nick Coghlan added the comment:

I'm not sure we specifically considered the Windows case - we were avoiding
the name collision with pip for Python 2 on POSIX systems.

The decision on which names to install is actually made in pip itself,
though, ensurepip just indicates what kind of install it is.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20139>
_______________________________________


More information about the Python-bugs-list mailing list