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 ab5f179 commit 47fa3f4Copy full SHA for 47fa3f4
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