I used Conda on Windows and tried and set an environment variable using the command
conda env config vars set value=x
I used this command incorrectly resulting in a behaviour documented here:
How to clear the conda environment variables?
This broke my Conda completely and I could no longer activate or deactivate environments.
I then decided on the smart idea to just start with a fresh install of conda.
I ran the windows uninstaller and received the following error message.
On reinstalling miniconda or anaconda I get no error messages but basically I cannot use conda in powershell or cmd. I also cannot open the anaconda command terminal. when opening it just closes immediately with no error message.
Any help on how to fix this would be greatly appreciated I now understand I didn't really know what adding an environment variable did. Is it possible this variable is saved somewhere else and is stopping anaconda from working properly?
thank you