xxxxxxxxxx
# This is a simple conda env removal process wtihout using any command
windows:
open your file manager
navigate to local disc > Users > {{ user_name }} >> anaconda3 >> envs
here you can find the list of envs
click on the env folder you want to remove
press ctrl+shift for permanent removal of the env
xxxxxxxxxx
# remove environments by path
conda remove -p </filepath/myenvironment> --all