sunny@sunny-ThinkPad-T450:~$ mkdir ~/.pip sunny@sunny-ThinkPad-T450:~$ gedit ~/.pip/pip.conf
[global] index-url = http://pypi.douban.com/simple [install] trusted-host = pypi.douban.com
使用gedit新建一个pip.conf文件,文件里的内容如上所示,从而,配置好python的豆瓣源。
sunny@sunny-ThinkPad-T450:~$ mkdir ~/.pip sunny@sunny-ThinkPad-T450:~$ gedit ~/.pip/pip.conf
[global] index-url = http://pypi.douban.com/simple [install] trusted-host = pypi.douban.com
使用gedit新建一个pip.conf文件,文件里的内容如上所示,从而,配置好python的豆瓣源。