Zsh: Conda/Pip installs command not found

后端 未结 21 1900
忘掉有多难
忘掉有多难 2020-12-02 05:27

So I installed Anaconda and everything is working. After I installed it I decided to switch to oh-my-zsh. I am now getting:

zsh         


        
21条回答
  •  眼角桃花
    2020-12-02 06:10

    If anaconda is fully updated, a simple "conda init zsh" should work. Navigate into the anaconda3 folder using

    cd /path/to/anaconda3/

    of course replacing "/path/to/anaconda/" with "~/anaconda3" or "/anaconda3" or wherever the "anaconda3" folder is kept.

    To make sure it's updated, run

    ./bin/conda update --prefix . anaconda

    After this, running

    ./bin/conda init zsh

    (or whatever shell you're using) will finish the job cleanly.

提交回复
热议问题