I\'m getting a common Mac OSX error for Homebrew installations of Postgres,
No such file or directory
Is the server running locally and accepting
connections on
The system client is being used and not your brew version. The symlink approach only lasts until the next restart. This approach fixes the root issue I believe
/etc/paths
/usr/local/bin
to the top of the file. (Before /usr/bin
)gem uninstall pg
)bundle