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

 

posted @ 2014-04-28 16:59  DemoPark  阅读(1034)  评论(0)    收藏  举报