Homebrew

brew help

estis2016/10/22 (土) 08:11 に投稿
$ brew help
Example usage:
  brew search [TEXT|/REGEX/]
  brew (info|home|options) [FORMULA...]
  brew install FORMULA...
  brew update
  brew upgrade [FORMULA...]
  brew uninstall FORMULA...
  brew list [FORMULA...]

Troubleshooting:
  brew config
  brew doctor
  brew install -vd FORMULA

Developers:
  brew create [URL [--no-fetch]]
  brew edit [FORMULA...]
  https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md

Further help:
  man brew
  brew help [COMMAND]
  brew home

Homebrew インストール 再び

estis2016/10/22 (土) 08:06 に投稿
$ brew update
/usr/local/bin/brew: /usr/local/Library/brew.rb: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory
/usr/local/bin/brew: line 23: /usr/local/Library/brew.rb: Undefined error: 0

と言われたので、再インストールすることにした。
ちなみに、

$ ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0]

http://brew.sh/index_ja.html
を参考に、

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew

Homebrew インストール

estis2013/05/28 (火) 01:00 に投稿

RとRubyによるデータ解析入門 [ ソーション・チャン ]」の4ページ最終行には、
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
で、Homebrewがインストールできるとあるが、
-e:1: syntax error, unexpected ']'
[This script has been moved.][url]
^
estis-iMac3-895:~ estis$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"