Python版本:
3.8下载地址:https://www.python.org/downloads/release/python-380/,选择下方的Windows x86-64

Python opt python optional features_python


2.安装步骤:

双击安装文件python-3.8.0-amd64.exe
勾选下方“Add Python 3.8 to PATH”,并选择“Customize installation”

Python opt python optional features_Python_02

3.把Optional Features全部勾选上,点击“Next"

Python opt python optional features_python_03

4.Advanced Options勾选2/3/4项,然后选择安装路径,点击”Install“,等待安装完成

Python opt python optional features_系统变量_04

5. 安装完成

Python opt python optional features_Python_05

6、检查安装环境变量,我的电脑右键->属性,高级系统设置->环境变量

Python opt python optional features_python_06

7.添加系统变量Python_HOME

Python opt python optional features_系统变量_07


8.系统变量path添加Python_HOME变量,点击确认保存。

Python opt python optional features_Python_08

9.win+R,输入cmd 回车,命令行运行,输入python -V,打印出对应版本号,则说明安装成功

Python opt python optional features_系统变量_09