Centos6.5 自带的Python2.6.6 如何安装setuptools和pip
Posted wshenjin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos6.5 自带的Python2.6.6 如何安装setuptools和pip相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
Centos6.5 python2.6.6升级2.7.13,安装setuptools和pip