【초보자용】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!이 표시되면 올바르게 설치되었습니다
Reference
이 문제에 관하여(【초보자용】Homebrew의 설치 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/h-fkn/items/ecb50871fee8ddb76597텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)