Question:
pip install mysql-python
fails with EnvironmentError: mysql_config not found
Solution:
sudo apt-get install libmysqlclient-dev
Question:
pip install mysql-python
fails with EnvironmentError: mysql_config not found
Solution:
sudo apt-get install libmysqlclient-dev