I know that administrators should be installing such binaries in /usr/local/bin, but what if a user doesn't have admin access? And/or what if a user wanted said binaries to travel with their home folder? Naturally, it would seem that any such location would have to be manually added to the $PATH, but I'm curious to know where other people are putting these?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
Small programs and scripts in $HOME/bin, and larger packages in $HOME/local subtree (which includes a bin folder) |
|||
|