6

I try to set path of python in windows 7, but I can not do that. I go to:

 My Computer -> Properties -> Advanced > Environment Variables 

but I don't know what to do now. please help me

0

1 Answer 1

14

1.Click on Environment Variables

2.On System Variables section find variable and select it

3.Press Edit button

4.In Variable value section add your python path (like: ;c:\python27) at end of string

5.; is separator for different paths

enter image description here

Sign up to request clarification or add additional context in comments.

2 Comments

Remember that the folder is called c:\Python27 by default.
LOL, you had "c:pytohn27" in your path... :)