|
|
|
|
|
by woodruffw
685 days ago
|
|
I don't think this is a fair characterization: on Intel, Homebrew uses `/usr/local`, which Apple has (historically) left empty as a location for non-OS managed software to be placed. To my understanding, this is an artifact of macOS's partial BSD ancestry. On ARM-based Macs, Homebrew uses `/opt` to avoid even this confusion (a trait it shares with other non-OS software but administrative-type software). On the other hand, if Homebrew used `/usr` by default, this would be a fair characterization. But it doesn't. |
|