Homebrew
Homebrew 는 맥스 호웰이 만든 Mac OS 패키지 관리 애플리케이션
(1) homebrew install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(2) Next steps 문구 확인
==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/lim-jian/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- Run brew help to get started
- Further documentation:
https://docs.brew.sh
(3) Next steps command 입력
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/<username>/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
(4) 설치 확인 및 버전 확인
$ which brew
/opt/homebrew/bin/brew
$ brew --version
Homebrew 3.5.9
'Server > Mac' 카테고리의 다른 글
[Mac] 잠금 파일 삭제 (rm results in "operation not permitted") (0) | 2022.10.20 |
---|---|
[Mac] SSH keygen 비밀번호 설정/변경/해제 (0) | 2022.09.17 |
[Mac] SSH keygen (0) | 2022.09.17 |