How to remove multiple conda environments using one command line

Viewed 197

I know that the following command can be used to remove one specific anaconda environment:

$ conda env remove -n env_name 

But, is there any way I can specify multiple anaconda environment names in the above command line?

0 Answers
Related