How to add something to the PATH variable
Add it to ~/.bash_profile or ~/.profile but most likely the former.
The entry should look like this:
	export PATH=”/path/you/want/to/add:$PATH”
Add it to ~/.bash_profile or ~/.profile but most likely the former.
The entry should look like this:
	export PATH=”/path/you/want/to/add:$PATH”