Guest User

Untitled

a guest
Jun 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # MySQL on Snow Leopard
  2.  
  3. # the old way
  4.  
  5. sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
  6.  
  7. # with bundler
  8. # ~/.bundle/config
  9.  
  10. bundle config build.mysql --with-mysql-config=/usr/local/mysql/bin/mysql_config
  11.  
  12. export ARCHFLAGS="-arch x86_64"
Add Comment
Please, Sign In to add comment