Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
brewdoctorからmacportsを移動するように言われました:sudo mv / opt / local〜/ macports
だから私はそれをしました、そして今は何も正しく機能しません。MacPortsを元の場所に戻すコマンドは何でしょうか?
私はあなたが意味すると思います:
sudo mv ~/macports /opt/local
mvファイルとディレクトリを移動する標準の UNIX シェル コマンドです。
mv