Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93d22ec

Browse files
committed
merge from 3.5
issue27045 - Use backslash in windows path to script file.
2 parents d619ff4 + c9bfc13 commit 93d22ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/using/venv-create.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ venv's binary directory. The invocation of the script is platform-specific:
8989
+-------------+-----------------+-----------------------------------------+
9090
| | csh/tcsh | $ source <venv>/bin/activate.csh |
9191
+-------------+-----------------+-----------------------------------------+
92-
| Windows | cmd.exe | C:\> <venv>/Scripts/activate.bat |
92+
| Windows | cmd.exe | C:\> <venv>\Scripts\activate.bat |
9393
+-------------+-----------------+-----------------------------------------+
94-
| | PowerShell | PS C:\> <venv>/Scripts/Activate.ps1 |
94+
| | PowerShell | PS C:\> <venv>\Scripts\Activate.ps1 |
9595
+-------------+-----------------+-----------------------------------------+
9696
9797
You don't specifically *need* to activate an environment; activation just

0 commit comments

Comments
 (0)