Führen Sie locate initdb
aus Es sollte Ihnen die Liste zur Auswahl geben. etwas wie:
MacBook-Air:~ vao$ locate initdb
/usr/local/Cellar/postgresql/9.5.3/bin/initdb
/usr/local/Cellar/postgresql/9.5.3/share/doc/postgresql/html/app-initdb.html
/usr/local/Cellar/postgresql/9.5.3/share/man/man1/initdb.1
/usr/local/Cellar/postgresql/9.6.1/bin/initdb
/usr/local/Cellar/postgresql/9.6.1/share/doc/postgresql/html/app-initdb.html
/usr/local/Cellar/postgresql/9.6.1/share/man/man1/initdb.1
/usr/local/bin/initdb
/usr/local/share/man/man1/initdb.1
In meinem Fall möchte ich also
ausführen/usr/local/Cellar/postgresql/9.6.1/bin/initdb
Wenn Sie mlocate nicht installiert haben, installieren Sie es entweder oder verwenden Sie
sudo find / -name initdb