anaconda clean
1.1.1
This module removes configuration files that are left behind when uninstalling Anaconda.
First, install the conda package.
conda install anaconda-clean
Then run:
anaconda-clean
This will run through the configuration files/directories on your system and give you the option to delete each one.
Optional: To automatically delete all files and directories, run:
anaconda-clean --yes
TO create a backup copy of the file/directory in a .anaconda_backup folder in your home directory, run:
anaconda-clean --backup