1.修改py38
D:\Program Files\Python38\python.exe 复制 --> python3.exe 和python38.exe
D:\Program Files\Python38\Scripts\pip.exe 复制 --> pip3.exe和pip38.exe
2.修改py37
D:\Program Files\Python37\python.exe 重命名 --》 python37.exe
D:\Program Files\Python37\Scripts\pip.exe 重命名 --> pip37.exe
3.修改py27
D:\Program Files\Python27\python.exe 重命名 --》 python2.exe 并复制 --》 python27.exe
D:\Program Files\Python27\Scripts\pip.exe 重命名 --> pip2.exe 并复制 --》 pip27.exe