If I do a
which psql
and am seeign the path as, “usr/bin/psql” It needs to be “usr/local/bin/psql”
How do I update the path? I have tried a few other stack overflow threads, but nothing seems to be working for me. I’m using a Mac with Lion. …the error I’m getting is,
rake aborted!
could not connect to server: Permission denied
Is the server running locally and accepting
connections on Unix domain socket “/var/pgsql_socket/.s.PGSQL.5432”?
You need to put
in your in your
~/.bashrcor~/.bash_profilesee this superuser.com question for more