how to check conda how many different environment in ubuntu code example
Example 1: conda remove environment
conda remove --name myenv --all
Example 2: list all environment conda
conda info --envs
conda remove --name myenv --all
conda info --envs