2016-04-15 5 views
3
➜ ~ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
-e:77: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040677 
It appears Homebrew is already installed. If your intent is to reinstall you 
should do the following before running this installer again: 
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" 
The current contents of /usr/local are bin CODEOFCONDUCT.md etc git lib Library LICENSE.txt munki README.md sbin share .git .github .gitignore 
➜ ~ brew install maven 
zsh: command not found: brew 

答えて

12

自作パソコンがインストールされています。

export PATH=/usr/local/bin:$PATH 

またはその原点からbrewを実行します:あなたはこのようなあなたのPATHを変更する必要が

/usr/local/bin/brew install maven 
関連する問題