Using Python from a command window: Setting the PATH variable on Windows 8: Picture Provided -
as of works:
set path=c:\python34
but has done each , every time cmd opened.
i trying set permanent variable
i tried following below steps not have variable "path" cannot click edit it. please @ picture screen shot. appreciated. thank you.
http://postimg.org/image/i8z8y8wcv/
press start select control panel on control panel window, in left column, press switch classic view (if don't see text, go next step below.) double click on icon system in system window, click on advanced click on button environment variables in new window, scroll until see variable, path; click on press edit use right arrow button move end of long sequence of folder names. @ end, without including blanks, type this: ;c:\python24
you need edit path variable in system variables section. add following end of variable value :
c:\python34\;c:\python34\scripts;
Comments
Post a Comment