Zsh: Conda/Pip installs command not found

后端 未结 21 1918
忘掉有多难
忘掉有多难 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:22

    If this problem occurs on a mac, then type the following commands:

    source /bin/activate
    conda init zsh
    

    This will modify your zshrc accordingly (or create it if it does not exist).

    This solution comes from the official anaconda doc.

提交回复
热议问题