diff options
author | Elena Oat <oat.elena@gmail.com> | 2018-07-28 12:58:05 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-07-28 12:58:05 (GMT) |
commit | 50326927465c3f5c6c0168fc43310c8e97db0a47 (patch) | |
tree | 0c91f34a6751949f0d3549264173bf24c6c26ad8 /Doc/using | |
parent | 8fe9eed937cb69b5e26ac6e36a90b5360eb11277 (diff) | |
download | cpython-50326927465c3f5c6c0168fc43310c8e97db0a47.zip cpython-50326927465c3f5c6c0168fc43310c8e97db0a47.tar.gz cpython-50326927465c3f5c6c0168fc43310c8e97db0a47.tar.bz2 |
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.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 4c7795a..272090d 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:: |