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
比較方便