Uninstalled Anaconda Navigator last week and now it wont work once I\'ve reinstalled it.
Windows search doesn\'t find an anaconda navigator program but in C:\\Users
I managed to solve the issue by doing the following:
The exact thing happened to me the yesterday.
C:\Users\<yourusername>, C:\Users\<yourusername>\Appdata\Local and C:\Users\<yourusername>\Appdata\Roaming folders).The fix is in the latest Miniconda installers:
64-bit:
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exehttps://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86_64.exe
32-bit:
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86.exe
https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86.exe
source
Anaconda Prompt.conda install anaconda anaconda-navigator.Hopefully this will solve your issues (it solved mine).
I would suggest against having Anaconda in your PATH because it is designed to run inside an environment and having it run separately (outside the environment) might mess things up.