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

相关文章:

  • 2021-06-01
  • 2021-09-16
  • 2021-07-12
  • 2021-08-26
  • 2021-05-22
  • 2021-12-28
  • 2021-04-06
  • 2021-11-02
猜你喜欢
  • 2021-10-25
  • 2021-09-27
  • 2021-07-26
  • 2021-12-30
  • 2021-06-25
  • 2021-10-24
  • 2022-01-16
相关资源
相似解决方案