MacにHomebrewをインストール

2020年10月10日

環境はEl Capitan。
パッケージマネージャーとして有名なHomebrewをインストールする。

公式に行けばすぐにインストールの仕方が説明されている

これをターミナルに貼り付けてくれとのことなので早速貼り付けてみる。

[code]
Press RETURN to continue or any other key to abort
[/code]

と言われるのでreturnキー。
管理者パスワードを入力してインストール開始。
特に説明する部分がないくらいスムーズにインストール完了した。

1
2
3
4
5
6
7
8
9
Already up-to-date.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
==> Next steps:
- Run `brew help` to get started
- Further documentation:

さっきまでインストールされていなかったはずのGitも何故かインストールされていた。

1
2
$ git --version
git version 2.10.1 (Apple Git-78)