homebrew 설치
2255 단어 homebrew
macOS에서 homebrew 소개
homebrew 설치
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)
위를 복사하여 터미널에 붙여 넣습니다!
터미널
% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)
==> 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
注//ここでエンターを押して次に進んでください。//
ダウンロードが開始されます!
==> Downloading and installing Homebrew...
(中略)
==> Installation successful!
『インストールに成功しました!!』
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this `install` run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run `brew help` to get started
- Further documentation:
https://docs.brew.sh
도중 시간이 걸릴 수 있으므로, 엔터 등 누르지 않고 참아 기다리자!
homebrew 설치 확인
터미널
$ brew doctor
Your system is ready to brew.
이것으로 끝입니다.
Reference
이 문제에 관하여(homebrew 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hiroto-toyoda/items/1ee65dc2df8cc000520c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)