Additional PEP 453 fixes
This commit is contained in:
parent
57ba690829
commit
b6e2ec03f3
|
@ -90,7 +90,7 @@ reference `pip's own bootstrapping instructions
|
||||||
duplicating them. However the user experience created by this approach
|
duplicating them. However the user experience created by this approach
|
||||||
still isn't particularly good (although there is an effort under way to
|
still isn't particularly good (although there is an effort under way to
|
||||||
create a combined Windows installer for ``pip`` and its dependencies that
|
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
|
generally have ``wget`` and hence the ability to easily download and run the
|
||||||
bootstrap scripts from the command line).
|
bootstrap scripts from the command line).
|
||||||
|
|
||||||
|
@ -483,8 +483,9 @@ Installing from source
|
||||||
Just as the prebuilt binary installers will be updated to run
|
Just as the prebuilt binary installers will be updated to run
|
||||||
``python -m ensurepip`` by default, a similar change will be made to the
|
``python -m ensurepip`` by default, a similar change will be made to the
|
||||||
``make install`` and ``make altinstall`` commands of the source
|
``make install`` and ``make altinstall`` commands of the source
|
||||||
distribution. The ``--root`` option passed to the command will be set
|
distribution. The directory settings in the ``sysconfig`` module should
|
||||||
appropriate based on the supplied configuration options.
|
ensure the ``pip`` components are automatically installed to the expected
|
||||||
|
locations.
|
||||||
|
|
||||||
``ensurepip`` itself (including the private copy of ``pip`` and its
|
``ensurepip`` itself (including the private copy of ``pip`` and its
|
||||||
dependencies) will always be installed normally (as it is a regular
|
dependencies) will always be installed normally (as it is a regular
|
||||||
|
|
Loading…
Reference in New Issue