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?

More than 3 years have passed since last update.

Homebrewをインストールする

0
Last updated at Posted at 2018-11-07

環境

MacOS 10.12以上

インストール

Homebrewのサイトに書かれているインストールコマンドをターミナルに貼り付けて実行する

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

Command Line Toolがインストールされていない場合はインストーラが起動するので一緒にインストールする

MojavaでCommand Line Toolインストールに失敗する場合はApple DeveloperからCommand Line Tool(MacOS 10.14)をダウンロードしてインストールする

brew doctorを実行して、インストールを確認する

$ brew doctor

アンインストール

アンインストールコマンドをターミナルに貼り付けて実行する

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
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?