Centos6.5 自带的Python2.6.6 如何安装setuptools和pip,,setuptools


setuptools-36.7.1

[[email protected] ]# wget https://files.pythonhosted.org/packages/a9/23/720c7558ba6ad3e0f5ad01e0d6ea2288b486da32f053c73e259f7c392042/setuptools-36.0.1.zip [[email protected] ]# unzip setuptools-36.7.1.zip [[email protected] ]# cd setuptools-36.7.1[[email protected] setuptools-36.7.1]# python setup.py install 

pip-9.0.x

[[email protected] ]# curl -O https://pypi.python.org/packages/source/p/pip/pip-9.0.1.tar.gz[[email protected] ]# [[email protected] ]# tar xf pip-9.0.1.tar.gz [[email protected] ]# cd pip-9.0.1[[email protected] pip-9.0.1]# python setup.py install

Centos6.5 自带的Python2.6.6 如何安装setuptools和pip

评论关闭