summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-05-18 03:51:15 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-05-18 03:51:15 (GMT)
commit93d22ecc7c7e2d3413bb21e0264a293f7884caee (patch)
tree178e7172e97a123d2db3a7492ac0528d906ef0a0
parentd619ff4b46227652ccaa277871d2a9df4d4a8109 (diff)
parentc9bfc13aa9965dd717ad1f647cdea62f4b2c8112 (diff)
downloadcpython-93d22ecc7c7e2d3413bb21e0264a293f7884caee.zip
cpython-93d22ecc7c7e2d3413bb21e0264a293f7884caee.tar.gz
cpython-93d22ecc7c7e2d3413bb21e0264a293f7884caee.tar.bz2
merge from 3.5
issue27045 - Use backslash in windows path to script file.
-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 3928f33..c529478 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