当前位置:   article > 正文

更换pip源为国内清华源_pip源更换为清华源

pip源更换为清华源

系统更换pip源

Linux
设置更换清华源 永久
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.trusted-host https://pypi.tuna.tsinghua.edu.cn

临时使用清华源
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

如果报错,先更新pip
pip install --upgrade pip

Windows:
user目录下新建pip/pip.ini

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
  • 1
  • 2
  • 3
  • 4

找不到python或者pip位置时,指定python pip安装

python -m pip install
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/623218
推荐阅读
相关标签
  

闽ICP备14008679号