python27 python.exe 修改为python2.exe
pythonw.exe 修改为 pythonw2.exe

python35 python.exe 修改为python3.exe
pythonw.exe 修改为 pythonw3.exe

安装两个版本时,使用pip会出现报错:Fatal error in launcher: Unable to create process using ‘”’

在其他博客上找到的:
使用 python2 -m pip install -U pip 升级了2.7版本的pip
再使用 python3 -m pip install -U pip 对3.5版本pip进行升级

刚开始问题解决,但是后面就不行了,还会出现报错:Fatal error in launcher: Unable to create process using ‘”’

当使用pip 时采用如下代码:

python2 -m pip install 包名称/本地包路径
python3 -m pip install 包名称/本地包路径

如图:

python 2 与 python 3 的pip 区分问题

问题解决

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-12-05
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
相关资源
相似解决方案