星期一, 6月 16, 2014

MAC OSX homebrew installation log


Last login: Mon Jun 16 09:17:46 on ttys001
soniccol-de-MacBook-Pro:Desktop soniccol$ brew
-bash: brew: command not found
soniccol-de-MacBook-Pro:Desktop soniccol$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"

==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
==> The following directories will be made group writable:
/usr/local/.
/usr/local/bin
==> The following directories will have their group set to admin:
/usr/local/.
/usr/local/bin

Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. /usr/local/bin
==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 179226, done.
remote: Compressing objects: 100% (49600/49600), done.
remote: Total 179226 (delta 128486), reused 179193 (delta 128464)
Receiving objects: 100% (179226/179226), 35.40 MiB | 2.06 MiB/s, done.
Resolving deltas: 100% (128486/128486), done.
From https://github.com/Homebrew/homebrew
 * [new branch]      master     -> origin/master
HEAD is now at b68d746 libwps: run test program in addition to compiling it
==> Installation successful!
==> Next steps
Run `brew doctor` before you install anything
Run `brew help` to get started
soniccol-de-MacBook-Pro:Desktop soniccol$