背景:
linux系统PYTHON对应的第三方模块需要下载,下载的方式有很多,当前以EASY_INSTALL为例;
本例中请先配置好yum(有问题找度娘);
过程:
1. 安装:python-setuptools
yum -y install python-setuptools
2. 继续安装:python-devel
yum -y install python-devel
3. easy_install已经安装完成:使用easy_install,直接在PYPI模块库内搜索PYTHON第三方模块
举例:
本文出自 “seven” 博客,请务必保留此出处http://sevenzhang.blog.51cto.com/429369/1566800
原文地址:http://sevenzhang.blog.51cto.com/429369/1566800