简体   繁体   中英

Postgresql installation: command not found: createdb, psql

I try to install postgresql via brew :

brew install postgresql@9.5

It installed without errors, however the console commands are not installed (eg psql , postgresql )

Should I do some extra steps?

哦只需要添加路径: export PATH="/usr/local/Cellar/postgresql@9.5/9.5.9/bin:$PATH"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM