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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -