I recently installed ipython by installing anaconda. However, whenever I type in conda, I get command not found: conda
. I have to type in export PATH=~/anaconda/bin:$PATH
before I can use conda or ipython.
I know there's probably a way to do this by editing ~./bashrc or something. Could someone help me with this? Thanks!