Skip to content

Instantly share code, notes, and snippets.

@victorono
Created December 15, 2013 23:38
Show Gist options
  • Save victorono/7979910 to your computer and use it in GitHub Desktop.
Save victorono/7979910 to your computer and use it in GitHub Desktop.
Install mysql and mysql-python os x
# first install mysql
brew install mysql
# second export path mysql
PATH="$PATH:/usr/local/Cellar/mysql/5.6.15/bin/"
# finally install mysql-python
sudo pip install mysql-python --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment