summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-05-17 20:50:43 -0700
committerSenthil Kumaran <senthil@uthcode.com>2016-05-17 20:50:43 -0700
commit422fcfc31c8856a9e38ec5bbc3cd2765153cd885 (patch)
tree8525eced61daa77b3fa522adfd4e46f89445e8c4 /Doc/using
parentd45df683f2b5046392f0a028021ca87a515360f9 (diff)
downloadcpython-422fcfc31c8856a9e38ec5bbc3cd2765153cd885.tar.gz
issue27045 - Use backslash in windows path to script file.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/venv-create.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index 3928f33b40..c5294786c2 100644
--- a/Doc/using/venv-create.inc
+++ b/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