HomeBrew 설치
- terminal을 킨다 . [finder(⌘cmd + space) -> terminal]
- 링크에 있는 명령어 복붙한다.
- 맥 password 를 입력한다.
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.
==> Installation successful!
- 위와 같은 warning이 발생했지만 해결책도 같이 알려준다.
==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/[USER_NAME]/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- Run brew help to get started
- Further documentation:
https://docs.brew.sh
- 아래 두 명령어를 차례대로 입력한다
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/[USER_NAME]/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- 제대로 깔렸는지 버전을 확인한다.
brew --version
Git 설치하기
https://git-scm.com/download/mac
- 터미널에서 아래 명령어를 입력한다.
brew install git
- 잘 깔렸는지 버전을 확인한다.
git --version
- 끝 -
'Setting' 카테고리의 다른 글
Git/Githb 계정 설정, 커밋 정보 변경 (0) | 2024.12.18 |
---|---|
맥(MAC) 터미널 꾸미기⭐️⭐️ (0) | 2024.02.28 |
M3 안드로이드 스튜디오 설치 (MAC) / Jetbrain Toolbox (0) | 2024.02.26 |