Development/Web (1) 썸네일형 리스트형 [macOS] brew부터 Java, node.js, yarn 설치까지 macOS 포맷, 재설치 이후 모든것을 다시 설치해야하는 상황 1. brew 설치하기 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. (Apple Silicon)의 경우 brew 설치가 끝나고 터미널에 brew를 쳐보면 commands not found 에러가 발생한다. 애플 실리콘에서는 환경변수를 추가해주어야 한다. 터미널을 전역에서 열어주고 vi ~/.zshrc를 입력 후 엔터 insert 모드로 진입하고(i키), 다음과 같이 작성한다. export "PATH=/opt/homebrew/bin:$PATH" esc를 눌러 insert 모드를 나오고 :wq!를 입력하여 엔터를.. 이전 1 다음