Skip to content

Instantly share code, notes, and snippets.

@bastjan
Created April 20, 2013 09:33
Show Gist options
  • Save bastjan/5425391 to your computer and use it in GitHub Desktop.
Save bastjan/5425391 to your computer and use it in GitHub Desktop.
use correct pg tools with Postgres.app, mac has its own (older) tools. Use it in .profile or .rvmrc or ...
# use correct pg tools with Postgres.app, mac has its own
PATH="/Applications/Postgres.app/Contents/MacOS/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment