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

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade