我想對他們的網頁錯誤安裝自制
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
如果我嘗試做清理,它說它找不到brew命令。我在這裏無能爲力,如果我的機器上安裝了它,爲什麼我不能運行任何brew命令。
我沒有看到在該目錄中沖泡。 也嘗試了chmod命令。 – Aniruddha
'哪個brew'返回? – CDub
沒什麼。之後沒有消息。 – Aniruddha