I'm trying to fix the problem asked / answered here:
Repairing Postgresql after upgrading to OSX 10.7 Lion
It suggests that I use export
on PATH
. However, here's what I'm getting:
$ which psql
/usr/bin/psql
$ export PATH=/opt/local/lib/postgresql91/bin:$PATH
$ which psql
/usr/bin/psql
...I'm sincerely confused. Why is this happening?