Possible to change the name of the conda environment QIIME 2 generated?

Hello everyone!

I had installed the QIIME 2 tool in my Linux computer and I did not change the name of the environment, I just copied the exemple name, and now I would like to know if it’s possible to change it or if instead I have to uninstall.

Thank you so much,
Alba

Hi @albagg13,

Welcome to the forum!

So, my inelegent solution to this problem would be to create a new enviroment named what you wish, and then use

conda remove --name qiime2-2019.10 --all

(or whatever your enviroment should be named.)

Alternatively, the conda documentation might be able to help.

Best,
Justine

1 Like