]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25152: Mention the deprecation of pyvenv
authorBrett Cannon <brett@python.org>
Fri, 21 Oct 2016 19:53:40 +0000 (12:53 -0700)
committerBrett Cannon <brett@python.org>
Fri, 21 Oct 2016 19:53:40 +0000 (12:53 -0700)
Doc/library/venv.rst

index af4a6d1ab409400026207252d41acab808fc8fdf..62892d402707dac6b6484669a03354ab7a50e642 100644 (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
 -----------------------------