공식홈페이지: https://brew.sh/index_ko
리눅스의 apt-get 혹은 레드햇의 rpm 과같은 패키지관리자가 맥에도 있다
이름하여 homebrew 두둥
뭐 각설하고 맥을 클린설치해서 다시 설치를 진행했다
아래 명령어 실행
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
실행하면 다운로드를 받고 자동으로 설치된다
zelkunlocal:~ zelkun$ /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 ==> The following existing directories will be made group writable: /usr/local/bin /usr/local/include
. . .
HEAD is now at 5e773353f Merge pull request #4184 from reitermarkus/utils ==> Tapping homebrew/core Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'... remote: Counting objects: 4760, done. remote: Compressing objects: 100% (4555/4555), done. remote: Total 4760 (delta 54), reused 621 (delta 17), pack-reused 0 Receiving objects: 100% (4760/4760), 3.85 MiB | 1.58 MiB/s, done. Resolving deltas: 100% (54/54), done. Tapped 4548 formulae (4,801 files, 12MB) ==> Cleaning up /Library/Caches/Homebrew... ==> Migrating /Library/Caches/Homebrew to /Users/zelkun/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: zelkunlocal:~ zelkun$ e
|
비밀번호를 입력하고 기다리면
Downloading Command Line Tools 이라고 뜨며 Xcode를 다운받는것 같다
한참 기다리면 설치가 끝난다
테스트는 brew help 를 실행해보면 된다
zelkunlocal:~ zelkun$ brew help Example usage: brew search [TEXT|/REGEX/] brew info [FORMULA...] brew install FORMULA... brew update brew upgrade [FORMULA...] brew uninstall FORMULA... brew list [FORMULA...]
Troubleshooting: brew config brew doctor brew install --verbose --debug FORMULA
Contributing: brew create [URL [--no-fetch]] brew edit [FORMULA...]
Further help: brew commands brew help [COMMAND] man brew zelkunlocal:~ zelkun$ |
간단하게 끝난다
[maxOS High Sierra] Python pip install (0) | 2018.05.29 |
---|---|
[maxOS High Sierra] JENV (Manage your Java environment) install homebrew & JAVA_HOME (0) | 2018.05.23 |
[macOS High Sierra] NODEJS 설치 (0) | 2018.05.12 |
[macOS Sierra] 맥북 공인인증서 위치 경로 (1) | 2016.11.11 |
[macOS Sierra beta] caps lock 키 한/영 전환 (0) | 2016.10.16 |
댓글 영역