Tuesday, 3 June 2014

Adding paths to run commands permanently

I always manage to forget this so here is the code:

# sudo gedit ~/.bashrc

Add a line of the following to this file
# PATH=$PATH:/software/title/bin

restart terminal

No comments:

Post a Comment