Saturday, January 31, 2009

Adding PATH to bash

In your .bash_profile, (or .bashrc) add the following

PATH = $PATH:/PathToAdd1:/PathToAdd2:/PathToAdd3
export PATH

No comments: