We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbad1d commit 526ea11Copy full SHA for 526ea11
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