Skip to content

Instantly share code, notes, and snippets.

@jczaplew
Created May 14, 2014 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jczaplew/4bf9adc21305bc4efee1 to your computer and use it in GitHub Desktop.
Save jczaplew/4bf9adc21305bc4efee1 to your computer and use it in GitHub Desktop.
Install MySQLdb on Mavericks
sudo su
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
pip install MySQL-python
sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment