Created
May 27, 2014 07:44
-
-
Save RobertWang/25a92994efa49010c497 to your computer and use it in GitHub Desktop.
[sh]Install MySQL-python on OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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