homebrew uninstall/move macports UNDO [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . 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:/