/Users/Library/PostgreSQL/13/bin
is not in your "path"
Easy solution would be to create a symbolic link for psql
in /usr/local/bin/
:
ln -s /Users/Library/PostgreSQL/13/bin/psql /usr/local/bin/psql
Otherwise you can edit your profile file and extend your path to /Users/Library/PostgreSQL/13/bin
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…