psql: command not found Mac

后端 未结 11 821
清酒与你
清酒与你 2021-01-29 22:16

I installed PostgreSQL via the graphical install on http://www.postgresql.org/download/macosx/

I see it in my applications and also have the psql terminal in my applicat

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-29 22:28

    Mojave, Postgres was installed via

    brew install https://raw.githubusercontent.com/lembacon/homebrew-core/bede8a46dea462769466f606f86f82511949066f/Formula/postgresql@9.6.rb
    

    How to get psql in your path:

    brew link postgresql@9.6 --force
    

提交回复
热议问题