add to PATH

In order to add to your path, you can just open ~/.bashrc and then add the following line:

  
    export PATH="new_path_here:$PATH"
  

edit this page