错误:安装Octave时无法符号链接bin / dvipdf
我正尝试在Brew上安装Mac OS Mavericks上的Octave。 我跑了
brew install octave --without-docs
几乎立即给了我
Error: You must `brew link ghostscript' before octave can be installed
我做到了,它给了我以下几点:
Error: Could not symlink bin/dvipdf
Target /usr/local/bin/dvipdf
already exists. You may want to remove it:
rm /usr/local/bin/dvipdf
To force the link and overwrite all conflicting files:
brew link --overwrite ghostscript
To list all files that would be deleted:
brew link --overwrite --dry-run ghostscript
我跑了最后一个,这给我看了一堆我以前从未见过的文件。 我该怎么办? 用brew链接擦除它们 - 覆盖ghostscript,或者做别的事情?
谢谢
这为我工作
1.你应该删除/usr/local/share
ghostscript
2. brew doctor
,它会提示你一些选择
3.brew链接 - 覆盖ghostscript
你可以brew install octave
上一篇: Error: Could not symlink bin/dvipdf when installing Octave