Additional PEP 453 fixes

This commit is contained in:
Nick Coghlan 2013-10-11 01:15:34 +10:00
parent 57ba690829
commit b6e2ec03f3
1 changed files with 4 additions and 3 deletions

View File

@ -90,7 +90,7 @@ reference `pip's own bootstrapping instructions
duplicating them. However the user experience created by this approach
still isn't particularly good (although there is an effort under way to
create a combined Windows installer for ``pip`` and its dependencies that
should improve matters on that platform, and Mac OS X and *nix platforms
should improve matters on that platform, and Mac OS X and \*nix platforms
generally have ``wget`` and hence the ability to easily download and run the
bootstrap scripts from the command line).
@ -483,8 +483,9 @@ Installing from source
Just as the prebuilt binary installers will be updated to run
``python -m ensurepip`` by default, a similar change will be made to the
``make install`` and ``make altinstall`` commands of the source
distribution. The ``--root`` option passed to the command will be set
appropriate based on the supplied configuration options.
distribution. The directory settings in the ``sysconfig`` module should
ensure the ``pip`` components are automatically installed to the expected
locations.
``ensurepip`` itself (including the private copy of ``pip`` and its
dependencies) will always be installed normally (as it is a regular