0
点赞
收藏
分享

微信扫一扫

macos failed to execute dot. Is Graphviz installed? Error: exec: “dot“: executable

朱小落 2022-01-16 阅读 95
macos

Homebrew是一款包管理工具,目前支持macOSlinux系统。主要有四个部分组成: brewhomebrew-corehomebrew-caskhomebrew-bottles

rewHomebrew 源代码仓库
homebrew-coreHomebrew 核心源
homebrew-cask提供 macOS 应用和大型二进制文件的安装
homebrew-bottles预编译二进制软件包

Homebrew默认安装脚本:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

如果你遇到下面提示,就说明无法访问官方脚本地址:

Failed to connect to raw.githubusercontent.com port 443: Operation timed out

执行下面这个命令解决

/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"

homebrew 下载好之后,用以下命令安装graphviz包。

brew install graphviz

举报

相关推荐

0 条评论