pip安装MySQL-python遇到的问题记录
问题1:EnvironmentError: mysql_config not found
解决方法:
yum -y install mysql-devel
问题2:fatal error: Python.h: No such file or directory
解决方法:
yum -y install python-devel
yum -y install mysql-devel
yum -y install python-devel