https://github.com/python/cpython/commit/046687c620f5bff8fc9dead066ab30e9802ba5b0
commit: 046687c620f5bff8fc9dead066ab30e9802ba5b0
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: vsajip <[email protected]>
date: 2024-10-09T17:54:38+01:00
summary:
[3.12] docs: in venv table use executable name (GH-124315) (#125171)
(cherry picked from commit 7f93dbf6fec152888727a0f25a3aa030d1fe27ca)
files:
M Doc/library/venv.rst
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 546ce3716d28b9..9eb0e9d191c7cd 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -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` |
| +------------+--------------------------------------------------+
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]