You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did just "gem install pg" but change the directory path is something that you definitively need to do if you are using Mac and postgress.app
I already did it for another project so maybe is the reason why I didn't need it again on my Mac.
Anyway as the postgres.app documentation say:
Go ahead and add the /bin directory that ships with Postgres.app to your PATH (preferably in .profile, .bashrc, .zshrc, or the like to make sure this gets set for every Terminal session):
Since I can't really contribute on Github yet I will open a issue about the step I'm doing to install it on mac.
Mac installation with postgres.app
Requirement:
in case you need one:
• brew update
Than run:
• brew install postgresql
and finally:
gem install pg
Now you should be able to run:
bundle
rails s
The text was updated successfully, but these errors were encountered: