Answers for "how to remove conda env from terminal"

32

delete conda env

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

remove a conda environment

conda env remove --name <name> --all
Posted by: Guest on August-11-2020

Python Answers by Framework

Browse Popular Code Answers by Language