Skip to content

Instantly share code, notes, and snippets.

@malinky
Last active August 29, 2015 14:13
Show Gist options
  • Save malinky/e7fb7e4a757c4bbd5acc to your computer and use it in GitHub Desktop.
Save malinky/e7fb7e4a757c4bbd5acc to your computer and use it in GitHub Desktop.
Add to $PATH
# Manually add to $PATH.
# Open ~/.bash_profile or /Users/USERNAME/.bash_profile
# Add the below line and amend PATHTODIRECTORY. Use "" if there are spaces in any directories.
# Seperate multiple additions with :
# Restart Terminal test with echo $PATH.
export PATH=$PATH:PATHTODIRECTORY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment