LoginSignup
0
1

More than 5 years have passed since last update.

MacでHomebrewをインストール

Posted at

Homebrewの公式サイト

ターミナルに入力

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

あとは待つ

途中で
Downloading Command Line Tools (macOS Sierra version 10.12) for Xcode
XcodeかCommand Line Toolsインストールされる模様。
時間かかりました。

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

ここまで出たら完了。

インストールしているHomebrewのバージョン確認は
brew --version

どこのディレクトリにあるのか?

ここで迷ったので。
インストール先は'usr/local/Homebrew'
Homebrew経由でインストールしたものは'usr/local/Cellar'配下に。

0
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
0
1