mirror of
https://github.com/python/cpython.git
synced 2025-11-12 23:16:47 +00:00
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
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` |
|
| | 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` |
|
| Windows | cmd.exe | :samp:`C:\\> {<venv>}\\Scripts\\activate.bat` |
|
||||||
| +------------+--------------------------------------------------+
|
| +------------+--------------------------------------------------+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue