From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:54:38 +0000 (+0200) Subject: [3.12] docs: in venv table use executable name (GH-124315) (#125171) X-Git-Tag: v3.12.8~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=046687c620f5bff8fc9dead066ab30e9802ba5b0;p=thirdparty%2FPython%2Fcpython.git [3.12] docs: in venv table use executable name (GH-124315) (#125171) (cherry picked from commit 7f93dbf6fec152888727a0f25a3aa030d1fe27ca) --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 546ce3716d28..9eb0e9d191c7 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -205,7 +205,7 @@ containing the virtual environment): | +------------+--------------------------------------------------+ | | csh/tcsh | :samp:`$ source {}/bin/activate.csh` | | +------------+--------------------------------------------------+ -| | PowerShell | :samp:`$ {}/bin/Activate.ps1` | +| | pwsh | :samp:`$ {}/bin/Activate.ps1` | +-------------+------------+--------------------------------------------------+ | Windows | cmd.exe | :samp:`C:\\> {}\\Scripts\\activate.bat` | | +------------+--------------------------------------------------+