Bootstrap

mac用终端登陆PostgreSQL时出现-bash: psql: command not found

系统无psql命令,此时要将postgresql 的 bin 目录添加到环境变量中
注意你的postgresql在哪,还有它的版本,推荐前往/Applications和/Library确认

export PATH="/Library/PostgreSQL/13/bin:$PATH"
;