Update PEP453 for Grammar and add --without-pip to PyVenv
This commit is contained in:
parent
ad3709035e
commit
a426e80979
10
pep-0453.txt
10
pep-0453.txt
|
@ -146,10 +146,10 @@ Pre-installation
|
||||||
================
|
================
|
||||||
|
|
||||||
During the installation of Python from Python.org ``python -m getpip`` should
|
During the installation of Python from Python.org ``python -m getpip`` should
|
||||||
be executed. Leaving people using the Windows or OSX installers with a working
|
be executed, leaving people using the Windows or OSX installers with a working
|
||||||
copy of pip once the installation has completed. The exact method of this is
|
copy of pip once the installation has completed. The exact method of this is
|
||||||
left up to the maintainers of the installers however if the bootstrapping is
|
left up to the maintainers of the installers, however if the bootstrapping is
|
||||||
optional it should be opt out rather than opt in.
|
optional it should be opt-out rather than opt-in.
|
||||||
|
|
||||||
The Windows and OSX installers distributed by Python.org will automatically
|
The Windows and OSX installers distributed by Python.org will automatically
|
||||||
attempt to run ``python -m getpip`` by default however the ``make install``
|
attempt to run ``python -m getpip`` by default however the ``make install``
|
||||||
|
@ -178,7 +178,9 @@ pip bootstrap by default inside of the new environment while creating it. This
|
||||||
will allow people the same convenience inside of the virtual environment as
|
will allow people the same convenience inside of the virtual environment as
|
||||||
this PEP provides outside of it as well as bringing the ``venv`` module closer
|
this PEP provides outside of it as well as bringing the ``venv`` module closer
|
||||||
to feature parity with the external ``virtualenv`` package making it a more
|
to feature parity with the external ``virtualenv`` package making it a more
|
||||||
suitable replacement.
|
suitable replacement. In the case that a user does not wish to have pip
|
||||||
|
bootstrapped into their virtual environment a ``--without-pip`` option will be
|
||||||
|
added.
|
||||||
|
|
||||||
|
|
||||||
Recommendations for Downstream Distributors
|
Recommendations for Downstream Distributors
|
||||||
|
|
Loading…
Reference in New Issue