I set my Path environment variable to look like this:
E:\Programy\Python; ... all the rest
but after I have it all confirmed and call env in command line, E:\Programy\Python is not listed there. How is that?
I set my Path environment variable to look like this:
E:\Programy\Python; ... all the rest
but after I have it all confirmed and call env in command line, E:\Programy\Python is not listed there. How is that?
After modifying the PATH you need to close the Command Prompt window and reopen it for the changes to take effect.
set/setx) in Windows 8.
– Karan
Jul 02 '13 at 20:22
env? How did you set the environment variable ? Did you trySET/PATHto list it ? – Ofiris Jul 02 '13 at 20:14envin a win 8 cmd and it doesnt work.. – Ofiris Jul 02 '13 at 20:18envworks here as supposed. To changePATHI used My Computer -> Properties -> Advanced System Settings -> Environment Variables – alex Jul 03 '13 at 09:08