Skip to content

Instantly share code, notes, and snippets.

@rhuanbarreto
Created April 7, 2020 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhuanbarreto/5d742e2a17897375de16fff3a76ed9ba to your computer and use it in GitHub Desktop.
Save rhuanbarreto/5d742e2a17897375de16fff3a76ed9ba to your computer and use it in GitHub Desktop.
Install pg gem without database in Mac os
brew install libpq
bundle config --local build.pg --with-opt-dir="/usr/local/opt/libpq"
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment