|
|
|
|
|
by spijdar
2040 days ago
|
|
For anyone interested, the problem with homebrew is it relies on "/usr/local" being owned by the current user to allow installing software without needing a password every time you invoke "brew". Naturally this requires you only use that user to invoke homebrew. Macports does things in a more conventional way, requiring sudo to elevate privileges to root before installing software, but should also work properly on a multi-user system, whereas homebrew sort of assumes a single-user install. (I think homebrew has some capacity for being used multi-user -- years back my CS professor had a lab of macs and managed to get this working I believe) |
|