Answers for "command to delete conda environment ubuntu"

21

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

Code answers related to "command to delete conda environment ubuntu"

Python Answers by Framework

Browse Popular Code Answers by Language