easy_install与yum相似,使用easy_install,能够轻松在pypi软件库里面搜索python各种软件python
安装easy_install比较简单,若是配置好yum,就能够直接搜索python-setuptoolsip
yum –y install python-setuptools扩展
安装完python-setuptools以后,还须要安装python-devel软件
yum –y install python-devel配置
以后就能够使用easy_install来安装各类python软件或扩展搜索
安装ipythonyum
easy_install ipythontools
比较方便