参考:
http://www.jianshu.com/p/785bb1f4700d
http://mirrors.aliyun.com/help/pypi
在~/.pip/pip.conf文件中添加或修改
mkdir ~/.pip
cat > pip.conf
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
临时使用
pip install pythonModuleName -i https://pypi.douban.com/simple
http://pypi.douban.com
是豆瓣提供一个镜像源,软件够新,连接速度也很好。