homebrew uninstall/move macports UNDO [closed]

☆樱花仙子☆ 提交于 2019-12-12 05:08:28

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!