Centos 6 上安装easy_install
之前已经介绍过怎么安装python-pip了,本节在这里介绍安装easy_install。
在安装之前先要安装setuptools-0.6c11-py2.7.egg,具体安装过程见Centos 6 上安装python-pip。
easy_install的安装命令如下:引用
#wget http://peak.telecommunity.com/dist/ez_setup.py
#chmod +x ez_setup.py
#python ez_setup.py