Last active
December 24, 2019 11:19
-
-
Save Epigene/d32d6054abbf1b24403f588fac6ebc83 to your computer and use it in GitHub Desktop.
Make bundler always use some pg_config
This file contains hidden or 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
# single install | |
gem install pg -v 1.1.4 -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/12/bin/pg_config | |
# permanent config, troublesome | |
bundle config build.pg --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.6/bin/pg_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment