前提・実現したいこと
昨日初めてMacbookproを購入し、pythonのバージョンをデフォルトでインストールされているpython2からpython3にアップデートしたいと思っています。
ネットで調べて、まずhomebrewをインストールする必要があることを知り、公式サイトのパスをターミナルへそのまま貼り付けて実行しました。
特にエラー等は出力されていない気がしますが、試しに、「brew help」のコマンドを実行してみると、コマンドを見つけてくれませんでした。
どのように対応すればhome brewが使用できるようになってpythonのアップデートが可能になりますか?
python3が使えるようになればそれでいいので、他にいい方法等あれば教えていただきたいです。
パスを実行し、パスワード入力後のメッセージ
Password: ==> 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/chown -R tadawamori:admin /opt/homebrew ==> Downloading and installing Homebrew... HEAD is now at 320bccb38 Merge pull request #10594 from Bo98/consistent-alignment 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/tadawamori/.zprofile: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/tadawamori/.zprofile eval $(/opt/homebrew/bin/brew shellenv) - Run `brew help` to get started - Further documentation: https://docs.brew.sh
「brew help」コマンド実行結果
tadawamori@tadawamorinoMacBook-Pro ~ % brew help zsh: command not found: brew
補足情報(FW/ツールのバージョンなど)
xcodeのインストールはできています。
また、この環境構築の前にatomエディタでpythonを使用していたのですが、バージョンが2だったため、3へのアップデートを試みた結果、再起動してもatomが開けなくなってしまったため、別の方法を試す…という流れで進めています。
あなたの回答
tips
プレビュー