Reputation: 7
When i entered the code its showing this error as I attached on picture.
::SetEnvironment
Variable("Path", "$env:Path;C:\Python27", "User")
Blockquote
Upvotes: 1
Views: 55
Reputation: 33
You have to add python env path manualy.
Follow this tutorial: How to add Python to PATH in Windows 10
Or simply reinstall python but on the customization screen, scroll down, click “Add python.exe to Path,” and then select “Will be installed on local hard drive.” When you’re done, click “Next.”
Upvotes: 1