Python环境的搭建
1.下载python网址:https://www.python.org/
2.Downloads--选择Windows/Mac OS X
3.Latest Python 2 Release - Python 2.7.11 or Latest Python 3 Release - Python 3.5.1
4.安装:选择安装路径:D:\python27
5.配置环境变量:选择计算机右键--属性--高级系统设置--高级--环境变量--第二个框中选择path,双击,在变量值最后用英文状态 ; 分割,再添加安装路径D:\python27。eg:“******;D:\python27”