I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I am trying to install Python v3.3, so I am co
1. Check where you have installed Anaconda. In my case it looks like /home/nour/anaconda3/bin
.bashrc file. For example $ gedit .bashrc3. Add this export PATH = /home/nour/anaconda3/bin:$PATH line at the end of the file and save.
conda --versionNOTE: Make sure path in line no. 1 and line no. 3 must be same. In my case /home/nour/anaconda3/bin .