Browse Source

Issue #27393: Fix escaping of C:\ too

pull/40/head
Berker Peksag 10 years ago
parent
commit
6803f35acc
  1. 4
      Doc/using/venv-create.inc

4
Doc/using/venv-create.inc

@ -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

Loading…
Cancel
Save