- Is the elephant in your menu bar?
- Are you pointing to the correct psql?
$ which psql
=> /Applications/Postgres.app/Contents/MacOS/bin/psql
If you get something different add the following to your .bash_profile
PATH="/Applications/Postgres.app/Contents/MacOS/bin:$PATH"
Then restart your terminal or reload your .bash_profile
Open my .bash_profile
?
$ subl ~/.bash_profile
Reload my .bash_profile
?
$ source ~/.bash_profile