How do people help MacOS GUI applications find user-installed executables on the
system?
I have been helping a friend with a very modern Macintosh follow
@bounga's tip
(https://www.bounga.org/tips/2020/04/07/instructs-mac-os-gui-apps-about-path-environment-variable/),
but it does not seem to work anymore. Which is weird, since it was updated in
July 2023.
Set system-wide PATH environment variable for Mac OS GUI apps
A lot of people struggles to find how to instruct their Mac OS GUI apps to be aware of their PATH environment variable. Sometimes when you install GUI apps they try to use a binary which is installed on your system but for some reason it can’t be found. Let’s fix that.