본문 바로가기
Error

Homebrew설치 중 Warning: /opt/homebrew/bin is not in your PATH. 에러 해결

by jennyiscoding 2023. 3. 4.

에러가 발생했다. 

 

Warning: /opt/homebrew/bin is not in your PATH.

 

첫번째 해결 방법

echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc

echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc 로 보면 내용이 들어간것을 볼수있다. 그 다음

 

source ~/.zshrc 치고 엔터했다.

brew --version 을 쳤더니 잘 입력이 되었다.