Created
August 1, 2011 10:02
-
-
Save handloomweaver/1117884 to your computer and use it in GitHub Desktop.
Installing oursql via pip on Mac OS X
This file contains hidden or 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
# switch to super user | |
sudo -i | |
# set up environment | |
export PIP_MYSQL_CONFIG=/usr/local/mysql/bin/mysql_config | |
export MYSQL_CONFIG=/usr/local/mysql/bin/mysql_config | |
# install | |
pip install oursql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment