Python 环境

python2 & python3

如何同时存在多个版本

不需要切换环境变量就可以直接执行

C:\Users\14894>python2 -V
Python 2.7.18

C:\Users\14894>python3 -V
Python 3.11.1

最后更新于