1

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?

alex
  • 689
  • 3
  • 11
  • 20

1 Answers1

0

After modifying the PATH you need to close the Command Prompt window and reopen it for the changes to take effect.

Karan
  • 55,947
  • 20
  • 119
  • 191
  • 1
    See [What are PATH and other environment variables, and how can I set or use them?](http://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them) for details regarding how to properly modify the PATH environment variable via the UI or command line (using `set/setx`) in Windows 8. – Karan Jul 02 '13 at 20:22