I was compiling linphone for IOS and i face this problem while running port command
Solution :
As you install it through the package the path is not updated run these commands and it will be ready to go
Run these commands on terminal
export PATH=$PATH:/opt/local/bin
source .profile
sudo port -v selfupdate
Solution :
As you install it through the package the path is not updated run these commands and it will be ready to go
Run these commands on terminal
export PATH=$PATH:/opt/local/bin
source .profile
sudo port -v selfupdate
No comments:
Post a Comment