source activate and conda activate code example
Example 1: conda remove environment
conda remove --name myenv --all
Example 2: how to see all the environments in Conda
conda env list
conda remove --name myenv --all
conda env list