|
|
|
|
|
by Macha
1038 days ago
|
|
The problem is binary artifacts of compiled software. Those native binaries have hardcoded paths to dependencies and so by changing the location, you're forcing homebrew to compile everything locally to use a different path. It's the same reason Nix is still at /nix, despite the quirky installation requirements it forces on modern Macs with SIP. There are tools to rewrite links in binaries, but they only work until you get a program calling dlopen or equivalent |
|
> its possible to choose a custom installation location, even on Intel Macs if you prefer.
Whilst it is physically possible, it won't work.
What would be better is a plan. Putting it in a different system folder like `opt` isn't much better.