Install launcher for all users (recommended)
Add Python 3.8 to PATH
Customize installation
Documentation
pip
tcl/tk and IDLE
Python test suite
py launcher
for all users (requires elevation)
Install for all users
Associate files with Python (requires the py launcher)
Create shortcuts for installed applications
Add Python to environment variables
Precompile standard library
安装时勾选了
Add Python 3.8 to PATH
则会自动配置
python.exe
位于 python 安装根目录。
pip.exe
位于 python 安装根目录里的 Scripts 目录内。
将以上路径的全局路径分别添加到系统的 Path 环境变量中。
打开 命令行 分别键入 python
,pip
成功识别即为配置成功。
idle.bat/idle.py
位于 python 安装根目录里的 Lib\idlelib 目录内。
将以上路径的全局路径添加到系统的 Path 环境变量中。
打开 命令行 键入 IDLE
成功识别即为配置成功。