#問題
homebrewをインストールしたのですが、brew -vとターミナルで入力しても、zsh: command not found: brewと出てきてしまいます。
実際に表示されているもの
homebrewは一度インストールしたのですが、もう一度インストールしようとするとこのように表示されます。(個人情報に関わりそうなところは[ ]で表示しています。)
==> This script will install: /opt/homebrew/bin/brew /opt/homebrew/share/doc/homebrew /opt/homebrew/share/man/man1/brew.1 /opt/homebrew/share/zsh/site-functions/_brew /opt/homebrew/etc/bash_completion.d/brew /opt/homebrew Press RETURN to continue or any other key to abort ==> /usr/bin/sudo /usr/sbin/[ ] /opt/homebrew ==> Downloading and installing Homebrew... HEAD is now at 7242cd647 Merge pull request #10357 from dtrodrigues/andor Updated 1 tap (homebrew/core). ==> Updated Formulae flamegraph Warning: /opt/homebrew/bin is not in your PATH. ==> Installation successful! ==> Homebrew has enabled anonymous aggregate formulae and cask analytics. Read the analytics documentation (and how to opt-out) here: https://docs.brew.sh/Analytics No analytics data has been sent yet (or will be during this `install` run). ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: https://github.com/Homebrew/brew#donations ==> Next steps: - Add Homebrew to your PATH in /Users/[ ]/.zprofile: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/[ ]/.zprofile eval $(/opt/homebrew/bin/brew shellenv) - Run `brew help` to get started - Further documentation: https://docs.brew.sh
また、brew -vと入力すると、このように出ます
[ ] ~ % brew -v zsh: command not found: brew
試したこと
$ echo export PATH='/usr/local/bin:$PATH' >> ~/.bash_profile
$ source ~/.bash_profilez
このようなものは入力してみたのですが、できませんでした
色々調べてはみたのですが、わからなかったのでこのサイトで皆さんに質問させていただきました。どのようにすればhomebrewが使えるようになるのか、有識者の方々、教えてほしいです。
回答4件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。