conda command not found -Installation error

Hello

I am newbie to programming and bioinformatics. I was getting bash: activate: No such file or directory error after I installed qiime2-2019.4 in my new system.

Here the error snapshot

I tried adding the path to bashrc file. This is the command I added to bashrc file.

export PATH="/root/anaconda3/bin"

After that also , I was getting conda command not found.

Could anyone help me how to rectify this error?

I have attached snapshot of my bashrc file and error for reference

Thanking you in advance

Hi @Asha1,

Could you run

conda env list

To make sure you have conda. If you do, try

conda activate qiime2-2019.4

Instead of source activate.

Best,
Justine

1 Like

Thank so much for your reply Ma’am. My error got solved and I am running command now in qiime.

1 Like