在官网正常下载python2和python3安装包安装,然后在环境变量的path下添加安装的位置:
C:\Program Files\Python27\
C:\Program Files\Python27\Scripts\
C:\Program Files\Python39\
C:\Program Files\Python39\Scripts\
将Python39下的python.exe重命名为python3.exe
将Python39\Scripts\下的pip.exe删掉。
下面在cmd中python即为python2,python3即为python3,pip和pip3也同理。
如果pip3提示:Fatal error in launcher: Unable to create process using '"c:\program files\python39\python.exe"
就重新升级一些pip3:python3 -m pip install --upgrade pip
如果python2目录下没有Scripts目录,则需要安装一些pip:python -m ensurepip