After Uninstalling Anaconda I get a "No such file or directory" error in Git Bash each time I open the prompt.I am using Windows 10 Git Bash.
I've looked at all my PATH variables and none of them reference Anaconda. I've also searched all the associated bash files to see if they call for that file on startup. I don't see anything using VSCode 'find in files'.
bash: /c/Users/eme/AppData/Local/Continuum/anaconda3/Scripts/conda.exe: No such
file or directory
EME@PF166XR4 MINGW64 ~/Desktop
$
It appears bash is looking for this file (which I purposefully deleted) but I cannot find which file is calling for it. Any help would be appreciated.