summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-07-28 17:48:29 +0100
committerGitHub <noreply@github.com>2018-07-28 17:48:29 +0100
commit83b449d754f4da3be107b508392ef5180f105c8b (patch)
treeefa47faec68761e6bf66ab69b4ecb1fefc08f7a2 /Doc/using
parent2be0124b820729eacc1288950b824e336bd3a4a6 (diff)
downloadcpython-git-83b449d754f4da3be107b508392ef5180f105c8b.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::