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?
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?