Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用命令通过 brew 安装 xmgrace brew install grace,但随后出现以下错误:
brew install grace
Error: No available formula for grace Searching formulae... Searching taps... homebrew/x11/grace
我在 Mac OSX Yosemite (V10.10.2) 上的 bash shell 中运行。
如何修复错误?
第一:安装 Xcode(搜索 Apple 应用商店并从那里安装,然后在命令提示符下输入:xcode-select --install)第二:安装 open 主题(在终端提示符下,输入:sudo port install openmotif)第三:安装xmgrace(在终端提示符下,输入:sudo port install grace)第四:享受 :)
自 2015 年初以来的某个时候,现在您必须执行以下操作:
$ brew tap homebrew/x11 $ brew install grace
在 OSX 上安装 xmgrace的全套说明。