Skip to content

Instantly share code, notes, and snippets.

@seouri
Created February 1, 2010 16:33
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 seouri/291800 to your computer and use it in GitHub Desktop.
Save seouri/291800 to your computer and use it in GitHub Desktop.
Install PostgreSQL on Leopard
superuser: postgres/postgres
mdfind pg_config | grep bin | uniq
export PATH=/usr/local/postgresql/bin:${PATH}
sudo env ARCHFLAGS="-arch i386" gem install pg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment