黑猴子的家:Window7 安装 Python 3.7

1、安装方式一

自动化安装

黑猴子的家:Window7 安装 Python 3.7

2、安装方式二

自定义安装
(1)选择自定义

黑猴子的家:Window7 安装 Python 3.7

(2)Next

黑猴子的家:Window7 安装 Python 3.7

(3)Browse -> Install

黑猴子的家:Window7 安装 Python 3.7

(4)Setup

黑猴子的家:Window7 安装 Python 3.7

(5)OK

黑猴子的家:Window7 安装 Python 3.7

3、配置Python环境变量

(1)编辑系统变量
计算机右键属性->高级系统设置->高级-> 环境变量->新建

PYTHON_HOME
C:\myanzhuang\python\python3.7
黑猴子的家:Window7 安装 Python 3.7

(2)添加Path

Path
;%PYTHON_HOME%\;
黑猴子的家:Window7 安装 Python 3.7

(3)测试

window+R
黑猴子的家:Window7 安装 Python 3.7
python -V
黑猴子的家:Window7 安装 Python 3.7