Closed mhulse closed 5 years ago
I think this works:
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
Updated:
# Instead of doing this at the prompt:
# $ '/Applications/Postgres.app/Contents/Versions/9.6/bin'/psql -p5432
# You can now do this:
# $ psql
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
Added.
https://postgresapp.com/documentation/cli-tools.html
Make sure I have that on my path.