summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorElena Oat <oat.elena@gmail.com>2018-07-28 05:58:05 -0700
committerSteve Dower <steve.dower@microsoft.com>2018-07-28 13:58:05 +0100
commit50326927465c3f5c6c0168fc43310c8e97db0a47 (patch)
tree0c91f34a6751949f0d3549264173bf24c6c26ad8 /Doc/using
parent8fe9eed937cb69b5e26ac6e36a90b5360eb11277 (diff)
downloadcpython-git-50326927465c3f5c6c0168fc43310c8e97db0a47.tar.gz
bpo-24356: Specify which Python binary will be used with venv (GH-6589)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/venv-create.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index 4c7795ad80..272090d083 100644
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -20,11 +20,6 @@ directory is specified, it will be re-used.
.. versionchanged:: 3.5
The use of ``venv`` is now recommended for creating virtual environments.
-.. seealso::
-
- `Python Packaging User Guide: Creating and using virtual environments
- <https://packaging.python.org/installing/#creating-virtual-environments>`__
-
.. highlight:: none
On Windows, invoke the ``venv`` command as follows::