Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7840638 commit 7f93dbfCopy full SHA for 7f93dbf
1 file changed
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