安装了python以后,并且环境变量里引入了python安装路径后,

想使用pip来安装未安装的模块,但是命令模式里不能执行pip,

查看python安装路径,发现pip跟easy_install的执行文件在script文件夹里,

所以将script放入path里即可执行pip

相关文章:

  • 2021-11-23
  • 2021-10-09
  • 2021-10-27
  • 2021-05-05
  • 2021-09-29
  • 2021-12-27
  • 2021-08-14
猜你喜欢
  • 2021-04-20
  • 2021-05-30
  • 2022-01-09
相关资源
相似解决方案