sumit
6/29/2019 - 3:27 PM

conda command not found

try adding below line to your .bashrc file

export PATH=~/anaconda3/bin:$PATH
then try:

conda --version