[3.13] docs: in venv table use executable name (GH-124315) (GH-125172)

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

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