Staging
v0.5.1
https://github.com/python/cpython
Revision 3f1d0b31218f54c94d42659a30580cda3a4e68ea authored by Ned Deily on 20 November 2014, 10:11:03 UTC, committed by Ned Deily on 20 November 2014, 10:11:03 UTC
The backport of ensurepip to 2.7.9 allows pip to optionally be installed
or upgraded using the bundled pip provided by the new ensurepip module.
The option can be specified persistently using the configure option:

    ./configure --with-ensurepip[=upgrade|install|no]

It can also be overridden on either the "install" or "altinstall" targets:

    make [alt]install ENSUREPIP=[upgrade|install|no]

For Python 2, the default option is "no" (do not install pip).
1 parent a86c091
History
Tip revision: 3f1d0b31218f54c94d42659a30580cda3a4e68ea authored by Ned Deily on 20 November 2014, 10:11:03 UTC
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Tip revision: 3f1d0b3
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 554 bytes
.gitignore -rw-r--r-- 594 bytes
.hgeol -rw-r--r-- 706 bytes
.hgignore -rw-r--r-- 804 bytes
.hgtags -rw-r--r-- 8.0 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 44.3 KB
README -rw-r--r-- 52.7 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 418.6 KB
configure.ac -rw-r--r-- 131.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.1 KB
setup.py -rw-r--r-- 95.4 KB

README

back to top