Deal with mysql_config not found while installing mysql-python
sudo apt-get install mysql
sudo apt-get install libmysqlclient-dev
then
pip install mysql-python
ref http://stackoverflow.com/questions/7475223/mysql-config-not-found-when-installing-mysqldb-python-interface
sudo apt-get install libmysqlclient-dev
then
pip install mysql-python
ref http://stackoverflow.com/questions/7475223/mysql-config-not-found-when-installing-mysqldb-python-interface
Comments
Post a Comment