【发布时间】:2021-05-05 00:05:48
【问题描述】:
我正在尝试在终端中安装 Homebrew throwgh 以下命令:
brew install jenkins-lts
但结果是:-bash: brew: command not found
你有什么建议
【问题讨论】:
标签: macos jenkins terminal homebrew
我正在尝试在终端中安装 Homebrew throwgh 以下命令:
brew install jenkins-lts
但结果是:-bash: brew: command not found
你有什么建议
【问题讨论】:
标签: macos jenkins terminal homebrew
听起来你还没有安装 brew,请在终端中运行以下命令:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
这里有进一步的安装指南:https://docs.brew.sh/Installation(如果需要)
【讨论】: