[Mac, M1]Homebrew 설치
2022. 8. 6. 00:11ㆍData Engineering/Mac
환경
- Mac, M1 - macOS Monterey 12.4
설치
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/{사용자명}/.zprofile
$ eval "$(/opt/homebrew/bin/brew shellenv)"
사용자 환경에 따라 {사용자명} 수정
확인
'Data Engineering > Mac' 카테고리의 다른 글
[Mac, M1]ssh: connect to host localhost port 22: Connection refused 해결 방법 (0) | 2022.08.10 |
---|---|
[Mac, M1]vi 백스페이스 안됨 해결 (0) | 2022.08.03 |
[Mac, M1]zsh-syntax-highlighting 설치 (0) | 2022.08.02 |
[Mac, M1]openJDK 설치 및 삭제 (0) | 2022.07.28 |