본문 바로가기

카테고리 없음

[Homebrew]설치

728x90

 

 

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

 

 

💡 Homebrew 란

터미널에서 명령어로 MacOS 운영 체제의 소프트웨어를 편리하게 설치 및 제거해주는 패키지 관리자이다.

 

 

1. 설치

 

 

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

 

 

복사한 명령어를 터미널에 붙여넣는다.

 

 

2. 설치 오류 해결

 

brew 설치는 금방 끝나는데 설치 마무리 중 뜬 경고

 

 

Warning: /opt/homebrew/bin is not in your PATH.
Instructions on how to configure your shell for Homebrew
can be found in the 'Next steps' section below.

 

다행히 아래 예시를 참고해서 바로 해결할 수 있었다.

 

** 참고

 

Mac M1 Warning: /opt/homebrew/bin is not in your PATH. · Homebrew · Discussion #938

Hello, I am a beginner and I am trying to install Homebrew on my M1 Mac mini. The installation went okay but I had the following appear at the end of the installation. Warning: /opt/homebrew/bin is...

github.com

 

 

터미널을 재 시작 후 아래 명령어를 입력해 확인할 수 있다.

 

$ brew config

 

 

 

 

728x90