Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall (mini)conda entirely on Windows

I was surprised to be unable to find any information anywhere on the web on how to do this properly, but I suppose my surprise ought to be mitigated by the fact that normally this can be done via Microsoft's 'Add or Remove Programs' via the Control Panel.

This option is not available to me at this time, since I had installed Python again elsewhere (without having uninstalled it), then uninstalled that installation the standard way. Now, despite no option for uninstalling conda via the Control Panel, conda persists in my command line.

Now, the goal is to remove every trace of it, to end up in a state as though conda never existed on my machine in the first place before I reinstall it to the necessary location.

I have a bad feeling that if I simply delete the files and then reinstall, this will cause problems. Does anyone have any guidance in how to achieve the above?

like image 702
Fiscal Graffiti Avatar asked Jun 26 '18 09:06

Fiscal Graffiti


People also ask

How do I completely remove Anaconda from Ubuntu?

To uninstall Anaconda open a terminal window and remove the entire anaconda install directory: rm -rf ~/anaconda . You may also edit ~/. bash_profile and remove the anaconda directory from your PATH environment variable, and remove the hidden .


2 Answers

Open the folder where you installed miniconda, and then search for uninstall.exe. Open that it will erase miniconda for you.

like image 60
Unknown Avatar answered Sep 19 '22 05:09

Unknown


Initially also me I didn't found the program but I discover next that in windows is a bit hidden with the name of Python 3.x.x(Miniconda# x.x.x 64-bit).Here the image for an example how it looks like In the case of it isn't listed in the control panel use this linux method deleting also the hidden files: https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html.

like image 28
Emme Avatar answered Sep 23 '22 05:09

Emme