CentOS安装SetupTools(easy_install)

确保Py版本在2.6或以上

(旧版本需升级或参考旧版本安装)

cd /opt

wget https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.4.zip

unzip setuptools-3.4.4.zip

cd setuptools-3.4.4

python setup.py install

完成后检查easy_install命令是否可用

easy_install --help

 

你可能感兴趣的:(easy_install)