where_to_store_scripts_on_macos

Where to Store Scripts on macOS

Return to macOS Scripting

Usually /usr/local/bin, unless you don't want other users to have access to them, in which case $HOME/bin.

/usr/local/bin may be in the default PATH, but $HOME/bin will certainly need to be added to PATH.

Adding $HOME/bin to PATH:

PATH=${PATH}:$HOME/bin

export PATH

Fair Use Sources


© 1994 - 2024 Cloud Monk Losang Jinpa or Fair Use. Disclaimers

SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.


where_to_store_scripts_on_macos.txt · Last modified: 2024/04/28 03:52 (external edit)