Skip to content

Instantly share code, notes, and snippets.

@mogetutu
Created January 5, 2013 15:55
Show Gist options
  • Save mogetutu/4462170 to your computer and use it in GitHub Desktop.
Save mogetutu/4462170 to your computer and use it in GitHub Desktop.
Installing mysql gem mountain lion
env ARCHFLAGS="-arch x86_64" sudo gem install mysql -v='2.9.0' -- --with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib --with-mysql-include=/usr/local/mysql/include --with-mysql-config=/usr/local/mysql/bin/mysql_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment