Long story short, when I write the following:
sudo easy_install MySQL-python
I get the error
EnvironmentError: mysql
What worked for me is:
LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysql-python