Skip to content

Instantly share code, notes, and snippets.

@mort3za
Last active May 21, 2016 08:26
Show Gist options
  • Save mort3za/f676a94191a9b73954a0 to your computer and use it in GitHub Desktop.
Save mort3za/f676a94191a9b73954a0 to your computer and use it in GitHub Desktop.
Add folder to path in ubuntu. #linux
run this command:
sudo gedit ~/.bashrc
then add this line to the end of file:
export PATH=$PATH:/the/folder/of/your/app/bin
save file and exit gedit.
run this command:
source .bashrc
and re-open a new terminal to test your app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment