python - zsh: conda not found even after included in path and installed -


i doing & messed everything. if type conda in terminal , says zsh conda not found

here's .zshrc file

alias python='python3'  # added anaconda3 4.4.0 installer export path="/users/abhimanyuaryan/anaconda/bin:$path"export path="/usr/local/opt/opencv3/bin:$path" 

i tried re-installing anaconda says it's installed in home directory consider upgrading anacoda , installation fails

with message installer failed error contact manufacturer assitance

removed anaconda , reinstalled anaconda fixed problem


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -