#python 一般会安装俩版本的python,分别是2.7和3,都安装好之后,需要设置环境变量,入口: ![[Pasted image 20240920200004.png]] ![[Pasted image 20240920200027.png]] ![[Pasted image 20240920200038.png]] 通过上下移,就可以调用,不同版本的python了 ![[Pasted image 20240920200119.png]] 路径参考 ``` C:\Python27\ C:\Users\admin\AppData\Local\Programs\Python\Python312\Scripts\ C:\Users\admin\AppData\Local\Programs\Python\Python312\ ```