How to set python path in windows 7 [duplicate]

杀马特。学长 韩版系。学妹 提交于 2020-01-12 08:25:13

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/25153802/how-to-set-python-path-in-windows-7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!