]> granicus.if.org Git - python/commit
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
authorNed Deily <nad@acm.org>
Thu, 20 Nov 2014 10:11:03 +0000 (02:11 -0800)
committerNed Deily <nad@acm.org>
Thu, 20 Nov 2014 10:11:03 +0000 (02:11 -0800)
commit3f1d0b31218f54c94d42659a30580cda3a4e68ea
treeedb3aa425907d73a94d820667ec657fef6c8d1d9
parenta86c091a736020d823f1676acec7319bc5493f2c
Issue 22878: PEP 477 - "make install" and "make altinstall" integration

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).
Doc/using/unix.rst
Doc/whatsnew/2.7.rst
Mac/Makefile.in
Makefile.pre.in
Misc/NEWS
configure
configure.ac