When installing MacPort from source i found trouble in this part
port: command not found
i have found the solution after googling, that easy way.. here's check it out.
nano .bash_profileadd a chunck of code below:
export PATH=$PATH:/opt/local/binthen type this line code
export MANPATH=$MANPATH:/opt/local/share/man
export INFOPATH=$INFOPATH:/opt/local/share/info
sudo port -v selfupdatethat's all, enjoy!
No comments:
Post a Comment