在过时的 macOS 上使用 Homebrew 真的有那么糟糕吗?

在过时的 macOS 上使用 Homebrew 真的有那么糟糕吗?

我在使用 macOS Monterey 时遇到了问题,由于性能问题不得不降级回 Catalina(发现只是我的 MBP 2016 需要一些硬件清理,所以我正在考虑回到 Monterey)。现在我无法安装 neovim 或 vim。

在 Catalina 上,我尝试了一下brew install nvim,但卡住了,因为它要求我安装 xCode(命令行工具不够用),这是一个 10gb 的安装。这太糟糕了,所以让我们回到我老旧的 Vim。为了获得更新的版本,我去了,brew install vim但在尝试安装 rust 作为依赖项时再次卡住了:它花了很长时间,让 mbp 风扇疯狂旋转,什么都没有。我甚至安装了 rust,然后brew install vim --ignore-dependencies rust出现了几个错误。

我最终按照网站上的说明安装了 Neovim,但我真的想继续使用 Homebrew。

这就是他们在这里试图警告的吗?

Warning: You are using macOS 10.15.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from MacHomebrew on Twitter.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.

我害怕升级到 Monterey 的唯一原因是 OBS 的性能问题,我用它来管理我的在线钢琴课程。我的 MBP 应该可以处理它,对吧?如果我更新 macOS,我会遇到同样的问题吗? 在此处输入图片描述

提前致谢。

答案1

按照Homebrew 安装说明当前版本需要 Big Sur 或更高版本。El Capitan - Catalina 不受支持,但可能可以使用;任何更旧的版本都无法使用。

相关内容