Could not find conda environment 36

In the Webconsole, system is giving error “Could not find conda environment 36”

Are you trying to use python 3?

If yes, then just use:

export PATH=/usr/local/anaconda/bin:$PATH
python

Ok thank you for the recommendation