Zsh: Conda/Pip installs command not found

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

    This is all I had to add to add get anaconda working for zsh.

    echo ". /anaconda3/etc/profile.d/conda.sh" >> ~/.zshrc
    source ~/.zshrc
    

提交回复
热议问题