Skip to content

Instantly share code, notes, and snippets.

@islander
Created August 26, 2015 04:34
Show Gist options
  • Save islander/631e9ca9b4d1c6443332 to your computer and use it in GitHub Desktop.
Save islander/631e9ca9b4d1c6443332 to your computer and use it in GitHub Desktop.
Python MySQL driver installation
apt-get install python-dev
apt-get install libmysqlclient-dev # libmariadbclient-dev
pip install MySQL-python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment