Python开发环境配置

 

原因:1.未设置Python环境变量

        2.为安装python环境

1.配置 Python环境变量

                                   计算机->属性->高级系统设置->环境变量

鼠标双击环境变量Path->后面加分号加入python安装路径,如: ;D:Program Files (x86)python27

                                             

2.安装pyhton环境

下载python,添加project interpreter

ez_setup.py地址:

easy_install.py地址:

python  ez_setup.py

python  easy_install.py

此时环境安装完毕

原文地址:https://www.cnblogs.com/xfbc/p/5827944.html