pip更换国内源

永久更换

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

下面是常用国内源

阿里云 http://mirrors.aliyun.com/pypi/simple/
豆瓣 http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学 http://pypi.hustunique.com/

你可能感兴趣的:(python,pip,linux,python)