commit | 322f5ba0d8d5e8a9cd2a134fa215884b4cbc373d | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Thu Nov 21 23:01:59 2013 -0800 |
committer | Ned Deily <nad@acm.org> | Thu Nov 21 23:01:59 2013 -0800 |
tree | e3d578e420a6d05bb5b8f1fc6a15292cc0c4f0f8 | |
parent | b8f944f0b76ebfeecb181498868f10b273981668 [diff] |
Issue #19553: PEP 453 - "make install" and "make altinstall" now install or upgrade pip by default, using the bundled pip provided by the new ensurepip module. A new configure option, --with-ensurepip[=upgrade|install|no], is available to override the default ensurepip "--upgrade" option. The option can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".