I want to be able to run python from cmd prompt, so I have set an environment variable name "Python" with a variable value as the path to the directory the file is in (python.exe). I then close with OK (though I do not understand why "Apply" is greyed out). I run cmd, and typing python produces: 'python' is not recognized as an internal or external command,operable program or batch file.
If I type "set" then Python is listed as a variable. I am logged on as administrator, and I have read the previous discussions on setting environment variables. Can anyone please advise me where I am going wrong? thanks
pythonis in, to the variable namedPATH, which contains multiple directories separated by semicolons (win10 has a nice editor for it). You don't create a new variable with a different name. – Bob May 31 '17 at 06:53