Guest User

Untitled

a guest
Jan 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # installing the gem after
  2. # brew install postgresql
  3. sudo env ARCHFLAGS="-arch x86_64" gem install --no-ri --no-rdoc pg -- --with-pg-config=/usr/local/Cellar/postgresql/9.0.4/bin/pg_config
  4.  
  5.  
  6. # in rails app
  7. export PATH=/usr/local/Cellar/postgresql/9.0.4/bin:$PATH
  8. export ARCHFLAGS="-arch x86_64"
  9. bundle install
Add Comment
Please, Sign In to add comment