Skip to content

Instantly share code, notes, and snippets.

@Ruslan-Skira
Last active January 17, 2023 13:24
Show Gist options
  • Save Ruslan-Skira/e541f0a08d3f23bba8504dd018c5f92d to your computer and use it in GitHub Desktop.
Save Ruslan-Skira/e541f0a08d3f23bba8504dd018c5f92d to your computer and use it in GitHub Desktop.
Windows Python environment installation.
python installation custom.
a. create custom short path
b. update PATH
After Pycharm installation
a. by admin run WindowsPowerShell
PS C:\WINDOWS\system32> Get-ExecutionPolicy
Restricted
PS C:\WINDOWS\system32> Set-ExecutionPolicy remotesigned
RemoteSigned
b.delete venv folder during creating new project. Because new venv will not created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment