환경 설정: homebrew, git, pyenv, poetry

homebrew 설치

  1. (macos) 터미널을 켜고 아래의 명령어 입력
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  2. macos 비밀번호 입력
  3. brew 명령어를 사용할 수 있도록 경로 설정
    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
    eval "$(/opt/homebrew/bin/brew shellenv)"
    

    4. which brew

    • brew가 실행되고 있는 위치 출력
  4. echo ‘eval “$(위치 shellenv)”’ » ~/.zprofile

Pagination