Skip to content

Instantly share code, notes, and snippets.

@RobertWang
Created May 27, 2014 07:44
Show Gist options
  • Save RobertWang/25a92994efa49010c497 to your computer and use it in GitHub Desktop.
Save RobertWang/25a92994efa49010c497 to your computer and use it in GitHub Desktop.
[sh]Install MySQL-python on OSX
sudo -s
CFLAGS=-Qunused-arguments
CPPFLAGS=-Qunused-arguments
ARCHFLAGS="-arch x86_64"
CFLAGS=-Wunused-command-line-argument-hard-error-in-future
pip install mysql-python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment