Created
April 29, 2014 12:30
-
-
Save Mark-Shine/11398865 to your computer and use it in GitHub Desktop.
install mysql and related
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
sudo apt-get install mysql | |
sudo apt-get install libmysqlclient-dev | |
sudo apt-get install python-dev | |
sudo pip install mysql-python | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment