Last active
January 17, 2023 13:24
-
-
Save Ruslan-Skira/e541f0a08d3f23bba8504dd018c5f92d to your computer and use it in GitHub Desktop.
Windows Python environment installation.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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