黑猴子的家:Window7 安装 Python 3.7

1、安装方式一

自动化安装

黑猴子的家:Window7 安装 Python 3.7_第1张图片

2、安装方式二

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

黑猴子的家:Window7 安装 Python 3.7_第2张图片

(2)Next

黑猴子的家:Window7 安装 Python 3.7_第3张图片

(3)Browse -> Install

黑猴子的家:Window7 安装 Python 3.7_第4张图片

(4)Setup

黑猴子的家:Window7 安装 Python 3.7_第5张图片

(5)OK

黑猴子的家:Window7 安装 Python 3.7_第6张图片

3、配置Python环境变量

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

PYTHON_HOME
C:\myanzhuang\python\python3.7
黑猴子的家:Window7 安装 Python 3.7_第7张图片

(2)添加Path

Path
;%PYTHON_HOME%\;
黑猴子的家:Window7 安装 Python 3.7_第8张图片

(3)测试

window+R
黑猴子的家:Window7 安装 Python 3.7_第9张图片
python -V
黑猴子的家:Window7 安装 Python 3.7_第10张图片

你可能感兴趣的:(黑猴子的家:Window7 安装 Python 3.7)