mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
[3.13] docs: in venv table use executable name (GH-124315) (GH-125172)
(cherry picked from commit 7f93dbf6fe
)
This commit is contained in:
parent
ab5f1790d0
commit
47fa3f44ef
1 changed files with 1 additions and 1 deletions
|
@ -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` |
|
||||
| +------------+--------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue