美文网首页
Ubuntu/macOS下更换pip/pip3安装源

Ubuntu/macOS下更换pip/pip3安装源

作者: slytherinwyne | 来源:发表于2020-01-17 17:59 被阅读0次

cd ~

mkdir .pip

touch pip.conf

sudo vim pip.conf

输入内容如下:(豆瓣镜像源,可换为其他,如清华大学镜像源)

[global]

timeout=6000

index-url=http://pypi.douban.com/simple/  

[install]

use-mirrors=true

mirrors=http://pypi.douban.com/simple/

trusted-host=pypi.douban.com

相关文章

网友评论

      本文标题:Ubuntu/macOS下更换pip/pip3安装源

      本文链接:https://www.haomeiwen.com/subject/hvqhzctx.html