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 c7e34fb commit 3595276Copy full SHA for 3595276
1 file changed
Doc/using/venv-create.inc
@@ -21,7 +21,7 @@ subdirectory (on Windows, this is ``Lib\site-packages``).
21
On Windows, you may have to invoke the ``pyvenv`` script as follows, if you
22
don't have the relevant PATH and PATHEXT settings::
23
24
- c:\Temp>c:\Python34\python c:\Python33\Tools\Scripts\pyvenv.py myenv
+ c:\Temp>c:\Python34\python c:\Python34\Tools\Scripts\pyvenv.py myenv
25
26
or equivalently::
27
0 commit comments