"anaconda-clean is not recognized as an internal or external command"

After running into a number of other errors, the only suggested fix I could find was to uninstall and reinstall anaconda. When I try to run anaconda-clean, I get this error:

“‘anaconda-clean’ is not recognized as an internal or external command,
operable program or batch file.”

I’m at a loss if I have no way to actually uninstall. Has anyone run into this? Is there a known solution?

anaconda-clean isn’t distributed as part of the installer by default so it looks like it may not be installed for you. If you haven’t already installed it you can install it with conda install anaconda-clean and then it should be available for you.

More info here: GitHub - ContinuumIO/anaconda-clean: removes configuration files that are left behind when uninstalling Anaconda