Uninstalling Continuum
Overview
To uninstall Continuum, remove continuum related files, unset the CONTINUUM_HOME path, and uninstall or delete data in in MongoDB
Continuum File Locations
There are three locations that contain files Continuum installs. Execute the following commands to remove them:
-
rm -rf /var/continuum
-
rm -rf /opt/continuum
-
rm -rf /etc/continuum
Unset CONTINUUM_HOME
Unset the CONTINUUM_HOME variable in the console and remove the path from the continuum user's profile file.
unset CONTINUUM_HOME
- remove the following line from .profile or .bash_profile: export CONTINUUM_HOME=<path>
Other Data
Other data is contained in the installed instance of MongoDB which can be uninstalled with your distribution's package manager.