I am having the same problem and I'm pretty sure I didn't create my virtualenv with --no-site-packages. I actually followed the steps described here: http://interestinginnit.blogspot.com.br/2012/07/install-django-14-in-python-anywhere.html
When I try to install mysql-python from pip, I get the following error:
Downloading/unpacking mysql-python
Downloading MySQL-python-1.2.3.tar.gz (70kB): 70kB downloaded
Running setup.py egg_info for package mysql-python
sh: mysql_config: not found
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/felipemartim/.virtualenvs/django/build/mysql-python/setup.py", line 15, in <module>
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 24, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found
Complete output from command python setup.py egg_info:
sh: mysql_config: not found