0
点赞
收藏
分享

微信扫一扫

解决pip install 慢的问题

mm_tang 2022-04-26 阅读 156
pythonpip

一、将pip修改为pip国内源即可

二、临时修改

三、永久修改

  • liunx系统
vim ~/.pip/pip.conf
  
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
  • window系统
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
举报

相关推荐

0 条评论