前言
本文介绍在 Windows 系统上重新安装 Python 和 PyCharm 的完整流程。
一、Python 下载
- 进入 Python 官网

- 点击下载页面
点击【Downloads】展开后点击【Windows】跳转到下载 Python 版本页面,选择"Stable Releases"稳定版本。例如下载 Python 3.10.10 版本,找到【Python 3.10.10-Feb.8,2023】版本,点击【Download Windows installer(64-bit)】下载 Windows 64 位操作系统安装包。

版本说明:
- Stable Releases:稳定发布版本,已测试过,相对稳定。
- Pre-releases:预发布版本,处于测试阶段,稳定性较差。
- Windows embeddable package:Windows 可嵌入程序包,通常为压缩包。
- Windows help file:帮助文档,初学者可忽略。
如果不确定操作系统位数,按 Windows 键找到'设置'→'系统'→'关于'→'系统类型'查看。

- 等待下载完成

二、Python 安装
- 运行安装程序
双击打开下载的 Python 安装包,勾选【Add python.exe to PATH】,然后点击【Customize installation】进行自定义安装。

选项说明:
- Install Now:立即安装,使用默认位置和默认功能。









