Cannot fetch index base URL http://pypi.python.org/simple/
解决方法:
在~/.pip/pip.conf中添加如下内容,没有该文件时创建即可
1 [global] 2 index-url=http://pypi.douban.com/simple/
作者:Alvin2012
解决方法:
在~/.pip/pip.conf中添加如下内容,没有该文件时创建即可
1 [global] 2 index-url=http://pypi.douban.com/simple/