Answers for "how to remove a virtual environment conda"

23

list conda environments

conda info --envs

conda env list
Posted by: Guest on March-25-2020
15

anaconda remove environment

conda env remove -n ENV_NAME
Posted by: Guest on May-17-2020
11

conda env

conda create --name myenv
Posted by: Guest on February-20-2020
6

conda env

conda env list
Posted by: Guest on February-20-2020
1

how to remove env in conda

# 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
Posted by: Guest on June-19-2021

Code answers related to "how to remove a virtual environment conda"

Python Answers by Framework

Browse Popular Code Answers by Language