1.根據(jù)自己系統(tǒng)的python版本下載pip安裝包,可去官網(wǎng)下載相應(yīng)版本的。
[root@www ~]# python ##查看python版本
Python 2.7.5 (default, Aug 4 2017, 00:39:18)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
wget "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#md5=834b2904f92d46aaa333267fb1c922bb" --no-check-certificate
2. 進(jìn)入目錄并執(zhí)行
#cd pip-1.5.4
#python setup.py install
3.出現(xiàn)報(bào)錯(cuò) ImportError No module named setuptools
執(zhí)行 yum install python-setuptools
再執(zhí)行 #python setup.py install
即可執(zhí)行成功
使用 pip install name
進(jìn)行模塊安裝
總結(jié)
以上所述是小編給大家介紹的Linux 下安裝pip包的方法,希望對(duì)大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會(huì)及時(shí)回復(fù)大家的!