当前位置:   article > 正文

python语言--pip配置清华源_pip tsinghua

pip tsinghua

配置pip命令取清华源

mac
# shell命令
mkdir ~/.pip
cd .pip
vim pip.conf
  • 1
  • 2
  • 3
  • 4
timeout = 6000
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.edu.cn
  • 1
  • 2
  • 3
  • 4
  • 5
win

创建文件夹和文件路径:C:\Users\zy\pip\pip.ini,编辑文件内容后保存

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

mac配置brew

安装

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/356844
推荐阅读
相关标签
  

闽ICP备14008679号