我在约塞米蒂上安装了imagemagick,但是在安装过程中我发现了这个错误.
Linking /usr/local/Cellar/libtool/2.4.2... Error: Could not symlink share/info/libtool.info /usr/local/share/info is not writable.
我尝试过brew link libtool,但是得到了相同的错误
我试过运行brew doctor and brew prune
我还能做些什么才能使这个安装正确?
发布于 2014-11-24 21:03:43
试试这个:
$ sudo chown -R $USER /usr/local/share/info && brew doctorhttps://stackoverflow.com/questions/27114052
复制相似问题