conda update --all したら org.freedesktop.dbus-session.plist がなんとかって言われた

$ conda update --all 

したら

    If this is your first install of dbus, automatically load on login with:
        mkdir -p ~/Library/LaunchAgents
        cp /Users/haruka-t/anaconda3/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/
        launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist

    If this is an upgrade and you already have the org.freedesktop.dbus-session.plist loaded:
        launchctl unload -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist
        cp /Users/haruka-t/anaconda3/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/
        launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist

とか言われたので,(プロンプトが戻ってくるのを待ってから)

$ conda clean --all
$ conda update --all

したら何事もなくアップデートできました.

 

詳細

とりあえず,Anacondaで作った仮想環境内でパッケージをインストールしようとしたら,activateし忘れたままインストールしてしまった.
ので,Anacondaに含まれるのパッケージ自体のバージョンが下がった(今後新しく仮想環境を作る際に使われるパッケージのバージョンが下がるということだと思う).
使う機会があるかは分からないけれど,新しいほうがいいかなと思ってパッケージのインストールをしたら,上記のエラーが出て,アップデートが終わってない雰囲気.
検索してみたら,仮想環境を作るときのエラーで上記はよくあるみたいだけれど,updateしたときみたいな結果はヒットしなかったもののやってみたらいい感じになりました.
実はAnacondaとかcondaとかJupyterとかJupyter Notebookとかの違いが分かっていません()