issue27045 - Use backslash in windows path to script file.

This commit is contained in:
Senthil Kumaran 2016-05-17 20:50:43 -07:00
parent 092473eef9
commit c9bfc13aa9

View file

@ -89,9 +89,9 @@ venv's binary directory. The invocation of the script is platform-specific:
+-------------+-----------------+-----------------------------------------+ +-------------+-----------------+-----------------------------------------+
| | csh/tcsh | $ source <venv>/bin/activate.csh | | | 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 You don't specifically *need* to activate an environment; activation just