ホームページに記載されているコマンドを使用して、システムにHomebrewをインストールしようとしています
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コマンドを実行できないのか、私にはわかりません。