]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] docs: in venv table use executable name (GH-124315) (#125171)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Oct 2024 16:54:38 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 16:54:38 +0000 (17:54 +0100)
(cherry picked from commit 7f93dbf6fec152888727a0f25a3aa030d1fe27ca)

Doc/library/venv.rst

index 546ce3716d28b960fdf62cbd30044c989843b120..9eb0e9d191c7cdd912a5b3b55dc2df2c675dae2f 100644 (file)
@@ -205,7 +205,7 @@ containing the virtual environment):
 |             +------------+--------------------------------------------------+
 |             | csh/tcsh   | :samp:`$ source {<venv>}/bin/activate.csh`       |
 |             +------------+--------------------------------------------------+
-|             | PowerShell | :samp:`$ {<venv>}/bin/Activate.ps1`              |
+|             | pwsh       | :samp:`$ {<venv>}/bin/Activate.ps1`              |
 +-------------+------------+--------------------------------------------------+
 | Windows     | cmd.exe    | :samp:`C:\\> {<venv>}\\Scripts\\activate.bat`    |
 |             +------------+--------------------------------------------------+