安装python-pip

yum install python-setuptools


wget http://pypi.python.org/packages/source/p/pip/pip-1.0.2.tar.gz



tar zxf pip-1.0.2.tar.gz


cd pip-1.0.2


python setup.py install

你可能感兴趣的:(centos,python,pip,python-pip,pip安装)