Uninstall Anaconda and Purge

For best results Anaconda should be installed on a clean computer without any previous Python or Python Distributions.

Uninstall

To Uninstall, right click the Start Button and select Installed Apps:

img_001

Uninstall:

  • Anaconda
  • Miniconda
  • Miniforge
  • Mambaconda
  • Python
  • PyCharm
  • Spyder
  • Thonny
  • VSCode

if present.

img_002

To uninstall an Anaconda based installer right click the options … beside it and select uninstall:

img_003

Select Uninstall:

img_004

Select yes:

img_005

Select next:

img_006

Select Finish:

img_007

Windows Environmental Variables Path

Right click the Start button and select System:

img_008

Select Advanced system Settings:

img_009

Select Environmental Variables:

img_010

Then select Path and Edit:

img_011

The default path looks like the following:

img_012

A semicolon can be added at the end:

img_013

Once OK is seleced and Edit is pressed again, it should display as a list:

img_014

Remove any entries that contain Python, Anaconda, Miniconda, Miniforge or Mambaforge.

Purging Configuration Files

The default locations for Anaconda installers are in %USERPROFILE% if installed as a single user (default) or %PROGRAMDATA% if installed for all users.

Anaconda is typically installed for a single user in:

%USERPROFILE%

For all users it is installed in:

%PROGRAMDATA%

Open the locations in Windows Explorer:

img_015

Delete the folders:

  • .conda
  • .continuum
  • .idlerc
  • .ipython
  • .jupyter
  • .matplotlib
  • .spyder-py3
  • .vscode
  • anaconda3
  • miniconda3
  • miniforge
  • mambaforge

And the file:

  • .condarc
img_016

Open up File Explorer. In the addressbar type in:

%APPDATA%
img_017

Delete the folders:

  • .anaconda
  • Code
  • JetBrains
  • jupyter
  • Thonny
img_018

Open up File Explorer. In the addressbar type in:

%LOCALAPPDATA%
img_019

Delete the folders:

  • conda
  • Jedi
  • pip
  • scikit-image
  • Spyder
  • thonny
img_020

Start Menu shortcuts for a single user are found in:

%APPDATA%\Microsoft\Windows\Start Menu\Programs

For all users:

%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs

Open the locations in Windows Explorer:

img_021

Delete any Anaconda3 folders and names of old Python Environments:

img_022

Return to Anaconda Tutorial