3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

M1 Macbook airにhomebrewをインストールする

Posted at

homebrewのインストール

2020/11/6からApple Silicon、Big Surに対応しているようです。

brew公式ページの手順に従ってインストール

brewのインストール
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

インストールが完了したら、下記のコマンドを実行してZshのパスにbrewを追加する。

Path通し
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/ryo/.zprofile
    eval $(/opt/homebrew/bin/brew shellenv)
確認
$ brew doctor
Your system is ready to brew.

brew doctorが実行できればOK

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?