2021年1月27日星期三

Postgresql Error in psql command not found in zsh mac

I have installed postgresql on my mac!

  • However when I run the command "psql" it says:
zsh: command not found: psql  
  • I have located the location of my psql command (with other all postgres commands + pgadmin) and it is in /Users/Library/PostgreSQL/13/bin

  • when I do echo $PATH I get:

/Library/Frameworks/Python.framework/Versions/3.8/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin  
  • Now what do I do to run psql without any error?
https://stackoverflow.com/questions/65926868/postgresql-error-in-psql-command-not-found-in-zsh-mac January 28, 2021 at 04:27AM

没有评论:

发表评论