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.
我正在尝试使用自制软件在我的 M1 Macbook Pro 上安装灯泡。但是每次我执行 $brew install lammps$ 命令时,它都会显示:瓶子不可用。我想知道这是兼容性问题吗?或者我在这里缺少的一些简单的东西?需要注意的是,我对灯泡真的很陌生。谢谢,任何帮助将不胜感激。
您需要使用以下命令将 Homebrew 添加到路径中:
export PATH=/opt/homebrew/bin:$PATH