当前位置: 首页 > news >正文

安装python解释器 - Jun

安装python解释器

 

1. 官方网站 下载地址 

https://www.python.org/downloads/windows/ python-3.11.9-amd64.exe

 

2. 右击管理员身份运行 .exe

自定义安装  配置path环境变量 2个 D:\Python311  D:\Python311\Scripts
cmd 执行 >python --version
安装完成!