Python2.7是Python一个主流的版本,本文以python 2.7.8(64位)为例说明,具体安装步骤如下:
双击下载包,进入Python安装向导。
推荐:Python教程
选择安装目录。如:D:\Python27\
选择 Add python.exe to Path>>Entire feature will be installed on local hard drive
环境变量配置:
使用cmd命令添加path环境变量 在cmd下输入: path=%path%;D:\Python27 接着按"Enter"回车键。 其中: D:\Python27 是Python的安装目录。
更多技术请关注Python视频教程。