Python/pyenv: Difference between revisions
< Python
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Open PowerShell in Administration mode. | |||
Then run this command. | |||
<source lang="powershell"> | <source lang="powershell"> | ||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned | ||
</source> | </source> | ||
Revision as of 03:08, 9 October 2024
Open PowerShell in Administration mode.
Then run this command.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned