mirror of https://github.com/python/cpython
docs: in venv table use executable name (GH-124315)
Co-authored-by: musvaage <musvaage@users.noreply.github.com>
This commit is contained in:
parent
78406382c9
commit
7f93dbf6fe
|
@ -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…
Reference in New Issue