Adding MacPorts Path/Environmental Variable
Run the following from a terminal:
echo export PATH=$PATH:/opt/local/bin < < ~/.bash_profile
source ~/.bash_profile
Read other posts
Run the following from a terminal:
echo export PATH=$PATH:/opt/local/bin < < ~/.bash_profile
source ~/.bash_profile