Skip to content

Commit

Permalink
[3.12] docs: in venv table use executable name (pythonGH-124315) (pyt…
Browse files Browse the repository at this point in the history
…hon#125171)

(cherry picked from commit 7f93dbf)
  • Loading branch information
miss-islington authored Oct 9, 2024
1 parent 7187d4f commit 046687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/venv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
| +------------+--------------------------------------------------+
Expand Down

0 comments on commit 046687c

Please sign in to comment.