Monday, March 10, 2014

Set Windows path command line




Set Windows path command line. Under command prompt, using setx
setx PATH "c:\python27"
This will set python path.
But you need to close command prompt Windows first and reopen it.

No comments:

Post a Comment