Shorten PowerShell script execution policy for Windows
Reword PowerShell script execution policy instructions for length
This commit is contained in:
parent
3d7c0d7e9c
commit
d82cf0b61d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ Before you work on your project, activate the corresponding environment:
|
|||
Your shell prompt will change to show the name of the activated
|
||||
environment.
|
||||
|
||||
In windows, PowerShell scripts such as the venv activation script are blocked by default. To fix this, you should open PowerShell and run the command Set-ExecutionPolicy AllSigned or another policy that allows PowerShell scripts. Learn more at https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5
|
||||
PowerShell scripts such as the venv activation script are blocked by default in Windows. To fix this, run the Set-ExecutionPolicy command to set the policy to AllSigned or another policy that allows scripts. Learn more at https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5
|
||||
|
||||
|
||||
Install Flask
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue