Last active
August 29, 2015 14:13
-
-
Save malinky/e7fb7e4a757c4bbd5acc to your computer and use it in GitHub Desktop.
Add to $PATH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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