Skip to content

Instantly share code, notes, and snippets.

@dacur
Created September 3, 2014 13:21
Show Gist options
  • Select an option

  • Save dacur/aa2eb33788b92719b52d to your computer and use it in GitHub Desktop.

Select an option

Save dacur/aa2eb33788b92719b52d to your computer and use it in GitHub Desktop.
How to solve PG install problems, especially for first time installs (i.e. on new machines).
DO NOT INSTALL PG USING THE PGAPP!!! INSTALL VIA BREW.
Then, from the command line, run:
ARCHFLAGS="-arch x86_64" gem install pg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment