【发布时间】:2016-05-19 09:41:14
【问题描述】:
您好,我想使用 Homebrew 在终端中安装 postgresql 数据库。 我按照以下链接所示的说明进行操作:
https://www.moncefbelyamani.com/how-to-install-postgresql-on-a-mac-with-homebrew-and-lunchy/
我已进入第 6 步:启动/停止 Postgres,但出现错误: 在我运行命令后:mkdir -p ~/Library/LaunchAgents
有错误:mkdir: /Users/tianke0711/Library/LaunchAgents: Not a directory,如图所示。
我想说我不擅长 Unix 命令。另外我想问一下-p是什么意思。提前致谢!
【问题讨论】:
-
-p仅在不存在时创建目录及其父目录。
标签: python macos postgresql homebrew