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 5 years have passed since last update.

homebrewインストールしたとき用メモ

Last updated at Posted at 2018-07-15

あらすじ

いろいろあってhomebrewをインストールしようと思ったけど、どうでもいいところでつまづいたのでメモ。

インストール方法

そもそもXcodeのツールなんとかをインストールしていなかった
$ xcode-select --install

このあとXcodeの規約に同意しないと先にすすめない
(これをやらないといけないのに気づかなくて時間を無駄にした)
$ sudo xcodebuild -license
↑のコマンドを打ったあと、いろいろ指示がでる(※English)のでそのとおりにすすめればOK

homebrewインストール
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

※↑のコマンドで通らなかったら公式HPのトップに最新のコマンドが書いてあるのでチェック

以上

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?