コードを使用してHomebrewをインストールしました
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
ターミナルウィンドウ内でこれを返します
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
==> The following directories will be made group writable:
/usr/local/.
/usr/local/bin
/usr/local/include
/usr/local/lib
/usr/local/lib/pkgconfig
/usr/local/share
/usr/local/share/man
==> The following directories will have their owner set to mitchellgant:
/usr/local/.
/usr/local/bin
/usr/local/include
/usr/local/lib
/usr/local/lib/pkgconfig
/usr/local/share
/usr/local/share/man
==> The following directories will have their group set to admin:
/usr/local/.
/usr/local/bin
/usr/local/include
/usr/local/lib
/usr/local/lib/pkgconfig
/usr/local/share
/usr/local/share/man
それから私は以下のすべてを試しました
brew doctor
brew update
brew install ant
それぞれがラインを戻します
-bash: brew: command not found
私のような他の質問では、パスを変更することを提案した人もいましたが、その方法がよくわからないです。
ランニング echo $PATH
収量 /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
しかし、どうやってそれを変更するのか、あるいはそもそもそれを変更すべきかどうかはわかりません。任意の援助や指導は大歓迎です。