[python] 解决pip install download速度过慢问题 更换豆瓣源
Posted Clemente
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[python] 解决pip install download速度过慢问题 更换豆瓣源相关的知识,希望对你有一定的参考价值。
""" python建立pip.ini.py 2016年4月30日 03:35:11 codegay """ import os ini="""[global] index-url = https://pypi.doubanio.com/simple/ [install] trusted-host=pypi.doubanio.com """ pippath=os.environ["USERPROFILE"]+"\pip\" if not os.path.exists(pippath): os.mkdir(pippath) with open(pippath+"pip.ini","w+") as f: f.write(ini)
运行以下python代码会自动建立pip.ini
以上是关于[python] 解决pip install download速度过慢问题 更换豆瓣源的主要内容,如果未能解决你的问题,请参考以下文章
pip install python-ldap 错误解决办法
解决'python -m pip install --upgrade pip' 报错问题
yum -y install pip No package pip available. Error: Nothing to do