Created
August 26, 2015 04:34
-
-
Save islander/631e9ca9b4d1c6443332 to your computer and use it in GitHub Desktop.
Python MySQL driver installation
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
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