delete anaconda environment Code Example
www.codegrepper.com › delete+anaconda+environmentNov 15, 2019 · Source: stackoverflow.com. delete conda from machine. shell by Smoggy Scarabon Jun 19 2020 Comment. 9. conda install anaconda-clean # install the package anaconda cleananaconda-clean --yes # clean all anaconda related files and directories rm -rf ~/anaconda3 # removes the entire anaconda directoryrm -rf ~/.anaconda_backup # anaconda clean creates a back_up of files/dirs, remove it # (conda list; cmd ...