I have installed the Anaconda for Mac, but there is something wrong with me:
when I type the commandwhich conda
or which ipython
, I get conda not found
and ipython not find
Then I find this command export PATH=~/anaconda/bin:"$PATH"
works for me. It solves the problem above, but everytime I rerun the terminal the problem is still there, I have to type it again.
so I want to find a way to solve the problem fundamentally
I have tried to add it into the ~/.bashrc
, ~/.profile
, ~/.bash_profile
, but these don't work for me.