Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c83c23 commit d609b0cCopy full SHA for d609b0c
1 file changed
Doc/using/venv-create.inc
@@ -33,7 +33,7 @@ On Windows, invoke the ``venv`` command as follows::
33
Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for
34
your :ref:`Python installation <using-on-windows>`::
35
36
- c:\>python -m venv myenv c:\path\to\myenv
+ c:\>python -m venv c:\path\to\myenv
37
38
The command, if run with ``-h``, will show the available options::
39
0 commit comments