这些是我的树莓派操作系统、内核版本和架构配置
Operating System: Raspbian GNU/Linux 10 (buster)
Kernel: Linux 5.10.52-v7l+
Architecture: arm
Run Code Online (Sandbox Code Playgroud)
当我尝试运行他们的脚本(https://brew.sh/)时:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Run Code Online (Sandbox Code Playgroud)
我明白了
Homebrew on Linux is only supported on Intel processors!
Run Code Online (Sandbox Code Playgroud)
而且,每当我尝试运行 brew 命令时,我都会得到:
-bash: brew: command not found
Run Code Online (Sandbox Code Playgroud)