]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: in venv table use executable name (GH-124315)
authormusvaage <112724366+musvaage@users.noreply.github.com>
Wed, 9 Oct 2024 08:04:35 +0000 (10:04 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 08:04:35 +0000 (09:04 +0100)
Co-authored-by: musvaage <musvaage@users.noreply.github.com>
Doc/library/venv.rst

index e2c77963ff3040b0ab85193fa24800bb0d1b00e2..5205c6c211d9bf915b426d8cbcd587f8665e1d71 100644 (file)
@@ -215,7 +215,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`    |
 |             +------------+--------------------------------------------------+