MacOSにHomebrewをインストール




Xcodeをインストール

ターミナルから$ xcode-select --installコマンドを実行する

$ xcode-select --install
xcode-select: note: install requested for command line developer tools

同時にポップアップが出てくるので「インストール」をクリックする

利用規約に同意する。

Homebrewをインストール

コマンドを入力し実行すると、途中でEnterの入力/インストールユーザのOSパスワードの入力を求められます。

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

(途中省略)

Press RETURN to continue or any other key to abort
==>

(Enterキーをクリック)
(途中省略)

Password:
(Mac管理者のパスワードを入力)
(途中中略)

==> Installation successful!

==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
  https://docs.brew.sh/Analytics.html

==> Next steps:
- Run `brew help` to get started
- Further documentation: 
    https://docs.brew.sh




Homebrewのインストール完了確認をする

$ brew doctor
Your system is ready to brew.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です