Skip to content
Advertisement

Zsh: Conda/Pip installs command not found

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

JavaScript

when trying to use pip or conda installs

JavaScript

5.0.5

I have added to my zshenv.sh

JavaScript

What is it that I’m missing?

Advertisement

Answer

It appears that my PATH is broken in my .zshrc file.

Open it and add :

JavaScript

Doh! Well that would explain everything. How did I miss that little semicolon? Changed:

JavaScript

We’re good now.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement