0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【環境構築】Homebrew

Posted at

環境構築

Homebrewをセットアップする

以下のコマンドでHomebrewをインストールします。

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

以下のコードが表示されたらログインユーザーのパスワードを入力します。

Password:

以下のコードが表示されたらEnterキーを入力します。

Press RETURN/ENTER to continue or any other key to abort:

以下のコマンドでパスを通します。
username:Macのユーザー名

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/username/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

以下のコマンドでHomebrewのインストール確認をします。

brew --version

以下のコードが表示されたらインストール完了です。
X.X.X:Homebrewのバージョン

Homebrew X.X.X
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?