My conda module is in the path '/opt/cloudera/parcels/Anaconda/bin'
In the .bash_profile I added the following:
PATH=$PATH:/opt/cloudera/parcels/Anaconda/bin
export PATH
Yet when I type
conda --version
I get
Traceback (most recent call last):
File "/opt/cloudera/parcels/Anaconda/bin/conda", line 4, in <module>
from conda.cli.main import main
ImportError: No module named conda.cli.main