1. 程式人生 > >[python] 安裝pip

[python] 安裝pip

python arppinging pip安裝 python爬蟲

1.下載pip

 wget "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#md5=834b2904f92d46aaa333267fb1c922bb" --no-check-certificate

2.解壓縮

tar -xzvf pip-1.5.4.tar.gz

3.進入目錄並安裝

cd pip-1.5.4
python setup.py install

完成
arppinging技術社區
歡迎關註的我的個人微信公眾號

技術分享圖片

[python] 安裝pip