1

首先去python官网下载Python2.79安装程序,或者不知道官网地址的话,你也可以在百度下搜索python-2.7.9.msi安装文件

ctypes python 2.7 安装 python2.7详细安装教程_python

2

在python官网上点击Downloads按钮,选择"Python2.7.9"按钮,在弹出对话框中点击“保存”按钮

ctypes python 2.7 安装 python2.7详细安装教程_怎么安装python2.7_02

3

点击下载好的python2.7.9安装文件

ctypes python 2.7 安装 python2.7详细安装教程_回车键_03

4

在安装软件窗口,点击"Next>"按钮

ctypes python 2.7 安装 python2.7详细安装教程_官网_04

5

选择相应的安装目录,这里我选择的是默认安装目录C:\Python27,点击"Next>"按钮

ctypes python 2.7 安装 python2.7详细安装教程_怎么安装python2.7_05

6

注意,这里一定要选择安装这个组件Add python.exe to Path 选项,点击"Next>"按钮

ctypes python 2.7 安装 python2.7详细安装教程_python_06

7

安装完成后会出现以下提示信息

ctypes python 2.7 安装 python2.7详细安装教程_官网_07

8

接下来要为python2.7.0配置Path环境变量

9

点击桌面上的计算机图片,右击选择属性->选择高级系统设置

ctypes python 2.7 安装 python2.7详细安装教程_官网_08

10

选择环境变量按钮

ctypes python 2.7 安装 python2.7详细安装教程_回车键_09

11

选择Path选项,点击"编辑",弹出窗口,在变量值框输入C:\Python27;

ctypes python 2.7 安装 python2.7详细安装教程_官网_10

12

在开始菜单里输入cmd,按下键盘上的回车键

ctypes python 2.7 安装 python2.7详细安装教程_官网_11

13

在命令行窗口中输入以下命令:python,按下键盘上的回车键,显示出python版本信息,到了这里,就成功的安装了python了!

ctypes python 2.7 安装 python2.7详细安装教程_怎么安装python2.7_12

END