EnvironmentError: mysql_config not found
I'm getting this error upon installation using either easy_install or setup.py
I'm getting this error upon installation using either easy_install or setup.py
Based on what I found by googling the title of your question - you might need to install libmysql-dev
package.
If you are on centos then you can try:
yum install libmysql-dev
On ubuntu:
apt-get install libmysql-dev
You are right - a better manual for the pre-requisite installation would be great.
To enter a block of code:
Comments