Zsh: Conda/Pip installs command not found

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

    MAC OS Users:

    1. brew install anaconda
    2. Add export PATH="/usr/local/anaconda3/bin:$PATH" to top of ~/.zshrc
    3. source ~/.zshrc OR restart terminal

    Test it. Bingo Bango.

提交回复
热议问题