Created
April 20, 2013 09:33
-
-
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 ...
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
# 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