Merge (issue #25152)

This commit is contained in:
Brett Cannon 2016-10-21 12:54:02 -07:00
commit 68adfa3b3e

View file

@ -23,6 +23,12 @@ independent set of installed Python packages in its site directories.
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
-----------------------------