LoginSignup
4
3

More than 5 years have passed since last update.

Homebrewのインストール(macOS)

Last updated at Posted at 2018-12-11

転職したので、良い機会だと思って今回行った環境構築まわりのQiita書きます:blush:

Homebrewのインストール

macOSで動作するパッケージ管理システムです。

Homebrewを使うことで、コマンドライン上でツールのインストールができます。
ソフトウェアのインストールをビールの醸造に見立てています。

macにあらかじめ入っているrubyをつかってインストールします。

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
The Xcode Command Line Tools will be installed.

と聞かれたらXcodeが入っていないという事なので、インストールをするためreturn key(enter)を押しましょう。(結構時間がかかります・・。)

$ brew -v

Homebrew 1.8.0が表示されればOK。(記事投稿現在)

Homebrew

4
3
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
4
3