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

Skip to content

Commit 61d1e99

Browse files
committed
Issue #27393: Merge from 3.5
2 parents c2cfe33 + 6803f35 commit 61d1e99

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)