OSX 는 Ubuntu, CentOS 처럼 패키지 관리 플러그인이 내장 되어 있지 않아 직접 찾아서 설치 해야 하는 불편함이 있다.


apt-get, yum 익숙하게 들어봤을 것 이다. 이와 같은 역할을 한다고 보면 되겠다.



✔︎ 공식 사이트: http://brew.sh/


Install

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

Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
Password:
==> Downloading and installing Homebrew...
remote: Counting objects: 224297, done.
remote: Compressing objects: 100% (59033/59033), done.
remote: Total 224297 (delta 164035), reused 224274 (delta 164017)
Receiving objects: 100% (224297/224297), 50.98 MiB | 4.01 MiB/s, done.
Resolving deltas: 100% (164035/164035), done.
From https://github.com/Homebrew/homebrew
 * [new branch]      master     -> origin/master
HEAD is now at fb415b5 httpie: update 0.8.0 bottle.
==> Installation successful!
==> Next steps
Run `brew doctor` before you install anything
Run `brew help` to get started


한 줄이면 간단하게 설치가 마무리 된다.


'OSX' 카테고리의 다른 글

OSX 휴지통이 비워지지 않는 경우 해결 방법  (0) 2015.01.21
OSX 에서 외장 하드사용하기  (0) 2015.01.21

+ Recent posts