Python 修改 pip源为国内源
时间:2019-12-27 3:45 热度:534° 评论:0 条

# 清华源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# 或:
# 阿里源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
# 腾讯源
pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple
# 豆瓣源
pip config set global.index-url http://pypi.douban.com/simple/


捐赠支持:如果觉得这篇文章对您有帮助,请“扫一扫”鼓励作者!
本文无需标签!
本文作者:沁雨寒 文章标题: Python 修改 pip源为国内源
本文地址:https://blog.sxx1314.com/python/598.html
版权声明:若无注明,本文皆为“unix 软硬件 技术宅 ”原创,转载请保留文章出处。百度已收录
本文地址:https://blog.sxx1314.com/python/598.html
版权声明:若无注明,本文皆为“unix 软硬件 技术宅 ”原创,转载请保留文章出处。百度已收录















