Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Postgresql installation: command not found: createdb, psql

I try to install postgresql via brew:

brew install [email protected]

It installed without errors, however the console commands are not installed (e.g. psql, postgresql)

Should I do some extra steps?

like image 974
Kirill Ermolov Avatar asked Oct 24 '17 17:10

Kirill Ermolov


1 Answers

Oh need just add path: export PATH="/usr/local/Cellar/[email protected]/9.5.9/bin:$PATH"

like image 142
Kirill Ermolov Avatar answered Sep 28 '22 20:09

Kirill Ermolov