when I Installed Python on Windows and it doesn’t configure the path

When i entered the code its showing this error as I attached on picture.

Environment

::SetEnvironment

Variable("Path", "$env:Path;C:\Python27", "User")

Blockquote

Upvotes: 1

Views: 55

Answers (1)

s0n0fj0hn
s0n0fj0hn

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

Related Questions