bash: brew: command not found해결1 homebrew 설치 후 -bash: brew: command not found 오류 해결 homebrew를 설치하고 난 후에 MySQL을 설치하려고 brew install mysql 커맨드를 실행했다. 그런데 -bash: brew: command not found 라는 오류 메세지와 함께 실행이 되지 않았다. 당황해서 homebrew가 설치된 화면을 다시 보니까 ==> Next steps: 라고 쓰여있는 부분이 있었다. homebrew 설치 후 바로 사용할 수 있는 것이 아니라 다음 단계를 거쳐야 하는 것이었다. echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/zoe.lee/.profile echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/zoe.lee/.profile eval "$.. 2023. 1. 12. 이전 1 다음