【发布时间】:2013-06-17 21:18:06
【问题描述】:
我刚刚安装了 Homebrew。当我运行brew doctor 时,我得到了这个
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
“你可能应该‘chown’他们”是什么意思?有人能解释一下 Homebrew 到底想让我做什么吗?
【问题讨论】:
-
chown 意思是:改变所有权。
-
我真的不明白为什么这个问题被关闭了。这是关于自制程序的,它是程序员用于编程的包管理器。在我看来,这完全属于 SO 的范围。
-
我认为这有点牵强,它与编程无关——更多地属于
Super User、Unix & Linux或Ask Different部分。
标签: macos osx-mountain-lion homebrew