[3.12] docs: in venv table use executable name (GH-124315) (#125171)

(cherry picked from commit 7f93dbf6fe)
This commit is contained in:
Miss Islington (bot) 2024-10-09 18:54:38 +02:00 committed by GitHub
parent 7187d4f3b6
commit 046687c620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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` |
| +------------+--------------------------------------------------+