Skip to content

Instantly share code, notes, and snippets.

@handloomweaver
Created August 1, 2011 10:02
Show Gist options
  • Save handloomweaver/1117884 to your computer and use it in GitHub Desktop.
Save handloomweaver/1117884 to your computer and use it in GitHub Desktop.
Installing oursql via pip on Mac OS X
# 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