Created
April 7, 2020 11:09
-
-
Save rhuanbarreto/5d742e2a17897375de16fff3a76ed9ba to your computer and use it in GitHub Desktop.
Install pg gem without database in Mac os
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
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