맥북 환경설정-1

soyeong·2022년 9월 22일
0

맥북 환경설정

목록 보기
1/1
post-thumbnail

💻 컴퓨터 : 맥북 M1 Pro
💡 유튜브 노마드 코더 Nomad Coders의 개발자를 위한 M1 풀옵션 맥북프로 세팅!
을 참고하여 작성함(꼭! 유튜브를 시청하고 Homebrew를 설치하는 것을 권장함)

Homebrew 설치하기

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • 2) 터미널 창 실행하고 명령어 붙여넣고(command+V키) return키 누르기
  • 3) ==> Password:에서 맥북 계정 Password 입력하고 return키 누르기
  • 4) Press RETURN to continue or any other key to about:에서 return키 누르기
  • 5) ==> Next steps:에 있는 아래의 명령어 두 줄을 각각 복사하고 붙여넣기
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/사용자/.zprofile

eval "$(/opt/homebrew/bin/brew shellenv)"
  • 6) 터미널 재실행 후 아래의 명령어를 입력하여 설치가 잘 되었는지 확인하기
brew
  • 7) Homebrew로 다양한 어플리케이션 설치하기
    • 예를 들면, brew install --cask로 VSCode, 크롬, iterm2 설치
brew install --cask visual-studio-code google-chrome iterm2
profile
The ultimate goal is to be a Data Scientist.

0개의 댓글