mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Merge from 3.6
This commit is contained in:
commit
f97167ceda
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ independent set of installed Python packages in its site directories.
|
||||||
See :pep:`405` for more information about Python virtual environments.
|
See :pep:`405` for more information about Python virtual environments.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The `pyvenv` script has been deprecated as of Python 3.6 in favor of using
|
The ``pyvenv`` script has been deprecated as of Python 3.6 in favor of using
|
||||||
``python3 -m venv`` to help prevent any potential confusion as to which
|
``python3 -m venv`` to help prevent any potential confusion as to which
|
||||||
Python interpreter a virtual environment will be based on.
|
Python interpreter a virtual environment will be based on.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue