Ghostscript不可写

时间:2014-09-06 01:20:32

标签: macos homebrew octave ghostscript

尝试在新的Macbook上安装八度音,但使用Homebrew时遇到问题。我在这里遵循指示: http://wiki.octave.org/Octave_for_MacOS_X

我遇到了错误:

Linking /usr/local/Cellar/ghostscript/9.14...
Error: Could not symlink share/ghostscript/Resource
/usr/local/share/ghostscript is not writable.

进入后:

sudo chown -R username:admin /usr/local/bin
brew link ghostscript

我仍然得到同样的错误。如何使ghostscript可写?

2 个答案:

答案 0 :(得分:6)

使用此命令对我有用:

sudo chown -R `whoami` /usr/local/share/ghostscript

之后可以使用以下命令创建符号链接:

brew link --overwrite ghostscript

答案 1 :(得分:1)

请注意/ usr / local / share在/ usr / local / bin之外。

尝试sudo chown -R username:admin /usr/local