windows pip install的时候指定python版本 python2: C:\Python27\python.exe -m pip install lettuce
python3: C:\Python36\python.exe -m pip install lettuce 多个python版本如何指定py版本使用pip工具_pip指定python版本-CSDN博客
【Python】Windows如何在cmd中切换python版本_cmd切换python版本-CSDN博客
确实可以这样,来指定python版本
想在对应python下运行python脚本,可以在CMD下运行C:\Python36\python.exe .py
windows上确实就是找到对应的python.exe