标签:python linux mysql 最好 下载安装
下载安装脚本
wget -q http://peak.telecommunity.com/dist/ez_setup.py
运行安装脚本
python ez_setup.py
最好再安装可能还需要依赖的库
yum install python-devel mysql-devel zlib-devel openssl-devel
现在就可以安装python支持mysql的库了
easy_install MySQL-python
Linux CentOS 安装Python的easy_install工具
原文地址:http://zl1030.blog.51cto.com/274507/1627289