☰ 目录

python环境

2025-04-27

Windows下python环境搭建

1. Windows系统
下载Python
  访问官网 [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/)
  选择最新稳定版(推荐Python 3.10+),下载Windows Installer (64-bit)。

 

2. 安装步骤
  运行安装程序,勾选 Add Python to PATH(关键步骤!)。
   选择Customize installation→ 勾选所有可选功能(如pip、文档等)。
  安装路径建议保持默认(如 C:\Python310)。

 

3. 验证安装
  bash
  python --version   # 显示Python版本
  pip --version      # 显示pip版本

意见反馈

AI助手

代码编辑器