Thief of Wealth

Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.

 

에러 해결방법

 

https://directori.tistory.com/124

 

홈브루 brew upgrade 시 권한오류(Error: Permission denied) 해결방법

발생 상황 mac OS X 업데이트 후 홈브루 패키지 업그레이드 명령어를 실행할 때 권한 오류 발생 $ brew upgrade ==> Upgrading 10 outdated packages: .... Pruned 0 symbolic links and 3 directories from /usr/..

directori.tistory.com

 

$ sudo chown -R $(whoami) $(brew --prefix)/*
profile on loading

Loading...