在有 Homebrew 和 Lunchy 问题的 Mac 上安装 PostgreSQL(mac os)

Install PostgreSQL on a Mac With Homebrew and Lunchy issues(mac os)

你好,我想用 Homebrew 在终端中安装 postgresql 数据库。 我按照如下所示的说明进行操作 link:

https://www.moncefbelyamani.com/how-to-install-postgresql-on-a-mac-with-homebrew-and-lunchy/

我已经进行到第6步:Start/Stop Postgres,但是有错误: 在我 运行 command:mkdir -p ~/Library/LaunchAgents

有error:mkdir:/Users/tianke0711/Library/LaunchAgents: 不是目录,如图

我想说我不擅长Unix命令。另外我想问一下-p是什么意思。提前致谢!

只需删除此命令中的-p。 我的意思是:mkdir ~/Library/LaunchAgents。 它有效,我不确定-p的含义,如果有人知道这个,请告诉我!谢谢大家!