-
-
Save chrisjacob/1018072 to your computer and use it in GitHub Desktop.
installing the mysql gem on Snow Leopard with MAMP - mileage may vary - verify the locations of your respective files first
This file contains 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
gem install mysql -- --with-mysql-config=/Applications/MAMP/Library/bin/mysql_config | |
OR | |
bundle config build.mysql --with-mysql-config=/Applications/MAMP/Library/bin/mysql_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment