Advertisement
BaSs_HaXoR

How to set Python in System Path from CMD

Mar 5th, 2015
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. set PATH=%PATH%;C:\python34\
  2.  
  3. //How to set python in system path so you can use it from CMD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement