經(jīng)常在使用Python的時(shí)候需要安裝各種模塊展鸡,而pip是很強(qiáng)大的模塊安裝工具,但是由于國外官方pypi經(jīng)常被墻埃难,導(dǎo)致不可用莹弊,所以我們最好是將自己使用的pip源更換一下涤久,這樣就能解決被墻導(dǎo)致的裝不上庫的煩惱。
網(wǎng)上有很多可用的源忍弛,例如豆瓣:http://pypi.douban.com/simple/
清華:https://pypi.tuna.tsinghua.edu.cn/simple
最近使用得比較多并且比較順手的是清華大學(xué)的pip源拴竹,它是官網(wǎng)pypi的鏡像,每隔5分鐘同步一次剧罩,地址為 https://pypi.tuna.tsinghua.edu.cn/simple
臨時(shí)使用:
可以在使用pip的時(shí)候加參數(shù)-i https://pypi.tuna.tsinghua.edu.cn/simple
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas栓拜,這樣就會從清華這邊的鏡像去安裝pandas庫。
永久修改惠昔,一勞永逸:
linux下幕与,修改 ~/.pip/pip.conf (沒有就創(chuàng)建一個(gè)), 修改 index-url至tuna镇防,內(nèi)容如下:
[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple
windows下啦鸣,直接在user目錄中創(chuàng)建一個(gè)pip目錄,如:C:\Users\xx\pip来氧,新建文件pip.ini诫给,內(nèi)容如下
[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple