맥 이야기
[Mac] 맥 터미널에서 brew install 하기
Tero23
2019. 2. 18. 20:45
맥 brew 는 ubuntu 의 apt-get 처럼 패키지로 배포하는 프로그램을 쉽게 인스톨 해주는 편리한 도구이다.
구글에서 brew install 을 검색하면 다음과 같이 맨 위에 뜨는 웹 페이지를 클릭하여 들어가면 된다.
macOS 용 패키지 관리자 - Homebrew
https://brew.sh/index_ko
아래의 스크립트를 복사하여 터미널에 복붙하면 인스톨 끝!
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
출처 : Homebrew https://brew.sh/index_ko
반응형