Installed, just not linked

前端 未结 10 1296
谎友^
谎友^ 2020-12-13 05:49

Note: I\'m not so good at using shell.

I was trying to install Valgrind using brew on Yosemite.

brew install --HEAD valgrind<

10条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 05:50

    I had same problem and i resolved with next solution: Run brew doctor from Terminal to check all your errors

    then run next command:

    sudo chown -R $USER:admin /usr/local/bin /usr/local/etc /usr/local/sbin /usr/local/share
    

    after run:

    brew link 
    

提交回复
热议问题