]> granicus.if.org Git - python/commitdiff
issue27045 - Use backslash in windows path to script file.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 18 May 2016 03:50:43 +0000 (20:50 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 18 May 2016 03:50:43 +0000 (20:50 -0700)
Doc/using/venv-create.inc

index 3928f33b40d34e65e2400e1385722c1946412f18..c5294786c219249a1eacfa0bd9a178f0b55533ac 100644 (file)
@@ -89,9 +89,9 @@ venv's binary directory. The invocation of the script is platform-specific:
 +-------------+-----------------+-----------------------------------------+
 |             | csh/tcsh        | $ source <venv>/bin/activate.csh        |
 +-------------+-----------------+-----------------------------------------+
-| Windows     | cmd.exe         | C:\> <venv>/Scripts/activate.bat        |
+| Windows     | cmd.exe         | C:\> <venv>\Scripts\activate.bat        |
 +-------------+-----------------+-----------------------------------------+
-|             | PowerShell      | PS C:\> <venv>/Scripts/Activate.ps1     |
+|             | PowerShell      | PS C:\> <venv>\Scripts\Activate.ps1     |
 +-------------+-----------------+-----------------------------------------+
 
 You don't specifically *need* to activate an environment; activation just