We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7187d4f commit 046687cCopy full SHA for 046687c
Doc/library/venv.rst
@@ -205,7 +205,7 @@ containing the virtual environment):
205
| +------------+--------------------------------------------------+
206
| | csh/tcsh | :samp:`$ source {<venv>}/bin/activate.csh` |
207
208
-| | PowerShell | :samp:`$ {<venv>}/bin/Activate.ps1` |
+| | pwsh | :samp:`$ {<venv>}/bin/Activate.ps1` |
209
+-------------+------------+--------------------------------------------------+
210
| Windows | cmd.exe | :samp:`C:\\> {<venv>}\\Scripts\\activate.bat` |
211
0 commit comments