From: musvaage <112724366+musvaage@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:04:35 +0000 (+0200) Subject: docs: in venv table use executable name (GH-124315) X-Git-Tag: v3.14.0a1~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f93dbf6fec152888727a0f25a3aa030d1fe27ca;p=thirdparty%2FPython%2Fcpython.git docs: in venv table use executable name (GH-124315) Co-authored-by: musvaage --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index e2c77963ff30..5205c6c211d9 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -215,7 +215,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` | | +------------+--------------------------------------------------+