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
| # 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 |
NewerOlder