<div class="intro-text"> <ol> <li>See what is your current PATH is by commandline: <em>echo $PATH</em></li> <li>use command <strong>export : </strong>for example if you want to add this "~/opt/bit/bin" to your PATH then use command export PATH=$PATH:~/opt/bit/bin</li> </ol> </div> <!--more--><!--more-->