psql: command not found Mac

后端 未结 11 904
清酒与你
清酒与你 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条回答
  •  自闭症患者
    2021-01-29 22:35

    ANSWERED ON OCTOBER 2017

    run

    export PATH=/Library/PostgreSQL/9.5/bin:$PATH
    

    and then restart your terminal.

提交回复
热议问题