

Install launcher for all users (recommended)Add Python 3.8 to PATHCustomize installationDocumentationpiptcl/tk and IDLEPython test suitepy launcherfor all users (requires elevation)Install for all usersAssociate files with Python (requires the py launcher)Create shortcuts for installed applicationsAdd Python to environment variablesPrecompile 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 成功识别即为配置成功。