2
votes

I uninstall the Anaconda navigator from my window laptop. But still Anaconda3 files show in location which I installed. And still Anaconda Prompt(Anaconda3) / Anaconda powershell Prompt(Anaconda3) available when I search using search bar why its still show after the uninstall???

And again I installed Anaconda navigator Then I take Anaconda Prompt(Anaconda3) but its show following

Error: "The system cannot find the path specified."

how to resolve this issue?

enter image description here

1
How exactly did you uninstall Conda? We're going to need more information than this. - AMC
I installed it using control panel. - randunu galhena
Did you run anaconda-clean, as mentioned in the official uninstallation instructions ? - AMC
Thanks and I refer this document.. - randunu galhena

1 Answers

0
votes

please try the following steps

1. execute conda init in your command prompt.

2. restart the anaconda prompt.

this will initialize the environment again.