【초보자용】Homebrew의 설치 방법

전제



환경


  • macOS High Sierra
  • 버전 10.13.5
  • 터미널을 시작하십시오

  • Mac 본체에 설치된 파이썬 버전 확인


  • 현재 상태를 확인하기 위해 다음 명령을 실행합니다
  • $ python -V
    Python 2.7.10
    

    【본제】homebrew를 인스톨 한다



    설치 대상 URL


  • macOS용 패키지 관리자 — macOS용 패키지 관리자



  • 이전 준비


     h_******$ pwd
    /Users/h_******
    
  • pwd 명령을 실행하여 실행할 위치를 확인합니다.
  • 자신이 로그인 한 사용자 이름 바로 아래에 있으면 문제 없습니다
  • 사용자 이름 바로 아래에 있지 않으면 cd 명령을 실행하십시오.
  • 그런 다음 pwd 명령을 다시 실행하십시오
  • # 例えば、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
    
  • 그대로 enter 키를 누릅니다
  • ==> /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!이 표시되면 올바르게 설치되었습니다
  • 이제 터미널에서 "brew"로 시작하는 명령을 실행할 수 있습니다
  • 좋은 웹페이지 즐겨찾기