Mac

Homebrew 설치하기

느낌표 공장장 2021. 2. 8. 15:26

Hombrew는 맥 OS용 패키지 관리 프로그램이다.  맥에서 제공되지 않는 프로그램이나 SW 패키지를 설치/사용할 수 있도록 해준다.

맥에 기본적으로 설치 되어있는 프로그램 아님

 

1. 혹시 모르니 이미 깔려있는지 버전 확인해보기

$ brew update

 

2. 없다면 Command Line Tools for Xcode를 설치해준다.

$ xcode-select --install

만약 설치가 되어있을 경우 아래와 같은 에러가 발생한다.

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

 

3. brew 설치

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"