pip2 运行报错

1. pip2运行报错

Fatal error in launcher: Unable to create process using '"'

升级pip2

C:\Users\Administrator>python2 -m pip install --upgrade --force-reinstall pip

运行pip2

C:\Users\Administrator>pip2

Usage:
  pip <command> [options]

Commands:
  install                     Install packages.
  download                    Download packages.
  uninstall                   Uninstall packages.

参考:
1. 运行pip报错:Fatal error in launcher: Unable to create process using ‘”’

猜你喜欢

转载自blog.csdn.net/u010953692/article/details/79914648