Skip to content

Instantly share code, notes, and snippets.

@myamamic
Last active December 19, 2015 05:58
Show Gist options
  • Select an option

  • Save myamamic/5907519 to your computer and use it in GitHub Desktop.

Select an option

Save myamamic/5907519 to your computer and use it in GitHub Desktop.
[mac] Homebrewのインストール
* 参考
http://mxcl.github.io/homebrew/index_ja.html
* 手順
1.homebrewをインストール
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
2."Command Line Tools for Xcodeがない"エラー
Warning: Install the "Command Line Tools for Xcode": http://connect.apple.com
3.Command Line Tools for Xcodeをインストール
http://connect.apple.com
→最新のやつをいれた
4."brew doctor"を実行
myamamic@yamair:~$ brew doctor
Warning: Your file-system on / appears to be CaSe SeNsItIvE.
Homebrew is less tested with that - don't worry but please report issues.
* 補足
** 権限
「Homebrew で何かインストールするとき "Permission denied" と言われたときの対処法」
http://d.hatena.ne.jp/chick307/20120531/1338471979
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment