From 6803f35acce4490de75a3a234000568904ea87f8 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 27 Jun 2016 13:10:47 +0300 Subject: [PATCH] Issue #27393: Fix escaping of C:\ too --- Doc/using/venv-create.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index c263cf741b3..7ad30088267 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 /bin/activate.csh | +-------------+-----------------+-----------------------------------------+ -| Windows | cmd.exe | C:\> \\Scripts\\activate.bat | +| Windows | cmd.exe | C:\\> \\Scripts\\activate.bat | +-------------+-----------------+-----------------------------------------+ -| | PowerShell | PS C:\> \\Scripts\\Activate.ps1 | +| | PowerShell | PS C:\\> \\Scripts\\Activate.ps1 | +-------------+-----------------+-----------------------------------------+ You don't specifically *need* to activate an environment; activation just