I have just installed the Anaconda (for ipython notebook -- wanted to run some pandas programme). It is installed successfully but the problem here is whenever I type which python, it is always using a default python as /usr/bin/python
It will be great if someone can tell me how to setup the anaconda python as a default python. I am noob here till now I have just installed the anaconda in the default path as following ~/anaconda3.
Thanks in advance.
source activate/deactivate: https://conda.io/docs/using/envs.html – Samuel Feb 24 '17 at 21:17export PATH="/home/d/anaconda3/bin:$PATH"
– user391339 Feb 23 '18 at 19:38