Brew Alternative Installs ( Intel mac )

Number of word 1018

TL;DR

  • homebrewのinstall先にカスタムして /opt/homebrew をintel macで使うことができなくなっていそう

homebrew install path

However do yourself a favour and install to /usr/local on macOS Intel, /opt/homebrew on macOS ARM, and /home/linuxbrew/.linuxbrew on Linux. Some things may not build when installed elsewhere. One of the reasons Homebrew just works relative to the competition is because we recommend installing here. Pick another prefix at your peril!

  • もともとinstall /user/local 配下にインストールが推奨されていたが適切な場所ではないと判断し /opt/homebrew へinstallを変更していた
  • 今回 ARM 版Macの誕生により/opt/homebrew 配下へのinstallが推奨され、 Intel Macで /opt/homebrew 配下にbrewを配置している場合動かなくなっていそう
Error: Cannot install in Homebrew on Intel processor in ARM default prefix (/opt/homebrew)!

対応方法がいまいちはっきりしていないが全部入れ直すしかないだろうか

Refs

0