We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7840638 commit 7f93dbfCopy full SHA for 7f93dbf
Doc/library/venv.rst
@@ -215,7 +215,7 @@ containing the virtual environment):
215
| +------------+--------------------------------------------------+
216
| | csh/tcsh | :samp:`$ source {<venv>}/bin/activate.csh` |
217
218
-| | PowerShell | :samp:`$ {<venv>}/bin/Activate.ps1` |
+| | pwsh | :samp:`$ {<venv>}/bin/Activate.ps1` |
219
+-------------+------------+--------------------------------------------------+
220
| Windows | cmd.exe | :samp:`C:\\> {<venv>}\\Scripts\\activate.bat` |
221
0 commit comments