-
Open a terminal window.
-
Remove the entire Miniconda install directory with:
rm -rf ~/miniconda
-
OPTIONAL: Edit
~/.bash_profile
to remove the Miniconda directory from your PATH environment variable. -
Remove the following hidden file and folders that may have been created in the home directory:
-
.condarc
file -
.conda
directory -
.continuum
directory
By running:
rm -rf ~/.condarc ~/.conda ~/.continuum
-