본문 바로가기

프론트엔드 개발자/[TIL] Today I Learned

[mac] brew command not found

반응형

brew install ffmpeg 를 하려는데 어림도 없다.

brew command not found  '응 brew라는 명령어 없어 ~ ' 

 

brew를 깔아보자.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

이렇게 치면 컴터 비밀번호를 요구한다. 누르고 엔터!

 

성공 !

설치 완료. 이제 ffmpeg를 깔아보러 가세요.

 

 

반응형