mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue #25152: Mention the deprecation of pyvenv
This commit is contained in:
parent
10a7dbdd5d
commit
f8c1505736
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ 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::
|
||||||
|
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
|
||||||
|
Python interpreter a virtual environment will be based on.
|
||||||
|
|
||||||
|
|
||||||
Creating virtual environments
|
Creating virtual environments
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue