我想对他们的主页中提到的命令我的系统上安装自制
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
但它给我下面的错误 -
-e:67: warning: Insecure world writable dir /usr/local in PATH, mode 040777
-e:96: warning: Insecure world writable dir /usr/local in PATH, mode 040777
It appears Homebrew is already installed. If your intent is to reinstall you
should do the following before running this installer again:
rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
如果我尝试做清理工作,它说,它无法找到冲泡命令。 我无言以对,此间如果我有它在我的机器上安装为什么我不能运行任何酿造命令。