问题
brew doctor told me to move macports: sudo mv /opt/local ~/macports
So I did that and now nothing works properly. What would be the command to move macports back to where it was?
回答1:
I think you mean:
sudo mv ~/macports /opt/local
mv
is a standard unix shell command to move files and directories.
来源:https://stackoverflow.com/questions/13157315/homebrew-uninstall-move-macports-undo