Homebrew install permissions issue

后端 未结 7 1590
礼貌的吻别
礼貌的吻别 2020-12-13 02:01

I have a standard homebrew install inside of usr/local/

When I try:

Larson-2:~ larson$ brew install postgresql
Error: Cannot write to /usr/local/Cell         


        
7条回答
  •  -上瘾入骨i
    2020-12-13 02:20

    This also happens if you have multiple users on your machine. If so, it would be best for you to change the user since every other approach would have you messing around with a lot more files and folders than just /usr/local/Cellar

    Use su userWhoInstalledBrew.

提交回复
热议问题