Skip to content

Trubleshooting

Alex Musayev edited this page May 27, 2021 · 1 revision

Preventing pg gem installation error on macOS:

brew install libpq
gem install pg -- --with-pg-config=/usr/local/opt/libpq/bin/pg_config
Clone this wiki locally