]> granicus.if.org Git - python/commitdiff
Closes #23357: Updated documentation on creating venvs.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 7 Feb 2015 10:57:36 +0000 (10:57 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 7 Feb 2015 10:57:36 +0000 (10:57 +0000)
1  2 
Doc/using/venv-create.inc

index 5fc46d245beb734aed823e158df3a9598f0c293a,45bdd5a46d3e5545436e86a7ee17cbf19bdd6900..02bcbeeb7f2bc228253338f5dcd7bcd0d30713c4
@@@ -21,11 -21,11 +21,11 @@@ subdirectory (on Windows, this is ``Lib
  On Windows, you may have to invoke the ``pyvenv`` script as follows, if you
  don't have the relevant PATH and PATHEXT settings::
  
-     c:\Temp>c:\Python33\python c:\Python33\Tools\Scripts\pyvenv.py myenv
 -    c:\Temp>c:\Python34\python c:\Python34\Tools\Scripts\pyvenv.py myenv
++    c:\Temp>c:\Python35\python c:\Python35\Tools\Scripts\pyvenv.py myenv
  
  or equivalently::
  
-     c:\Temp>c:\Python33\python -m venv myenv
 -    c:\Temp>c:\Python34\python -m venv myenv
++    c:\Temp>c:\Python35\python -m venv myenv
  
  The command, if run with ``-h``, will show the available options::