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
  • 751

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
  • 57,289