Last active
December 19, 2015 05:58
-
-
Save myamamic/5907519 to your computer and use it in GitHub Desktop.
[mac] Homebrewのインストール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * 参考 | |
| 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