
【초보자용】Homebrew의 설치 방법
전제
환경
Mac 본체에 설치된 파이썬 버전 확인
$ python -V
Python 2.7.10
【본제】homebrew를 인스톨 한다
설치 대상 URL

이전 준비
h_******$ pwd
/Users/h_******
# 例えば、Desktopにいた場合
:Desktop h_******$ cd
:~ h_******$ pwd
/Users/h_******
homebrew 설치
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew
Password:
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown h_****** /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
HEAD is now at b7e849799 Merge pull request #4469 from reitermarkus/systemcommand-path
==> Cleaning up /Library/Caches/Homebrew...
==> Migrating /Library/Caches/Homebrew to /Users/h_fukano/Library/Caches/Homebrew...
==> Deleting /Library/Caches/Homebrew...
Already up-to-date.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics.html
==> Next steps:
- Run `brew help` to get started
- Further documentation:
https://docs.brew.sh
Installation successful!이 표시되면 올바르게 설치되었습니다