mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
(cherry picked from commit d609b0c24e
)
This commit is contained in:
parent
4b27d51222
commit
37d1d967ee
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ On Windows, invoke the ``venv`` command as follows::
|
||||||
Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for
|
Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for
|
||||||
your :ref:`Python installation <using-on-windows>`::
|
your :ref:`Python installation <using-on-windows>`::
|
||||||
|
|
||||||
c:\>python -m venv myenv c:\path\to\myenv
|
c:\>python -m venv c:\path\to\myenv
|
||||||
|
|
||||||
The command, if run with ``-h``, will show the available options::
|
The command, if run with ``-h``, will show the available options::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue