When you installing Anaconda3 on Windows 10 and the Anaconda Navigator menu item does not install, and running the Anaconda Prompt gives the activate.bat error.
- Delete all instances of the previous python IDEs
- Reveal hidden files within the control menu
- Go to -> C:\Users[Username] in windows explorer
- Delete the files .conda and .anaconda. Possibly others if you had other IDEs.
- Go to -> C:\Users[Username]\AppData\Local
- Delete all python related files conda, python, ect.. any instances other python IDEs
- Go to -> C:\Users[Username]\AppData\Roaming
- Delete all python related files conda, python, ect.. any instances other python IDEs
- Run the Anaconda installer as Admin and install in a directory such as C:\anaconda3
- Sit back and wonder why an install took 4 hours out of my life and start drinking.
At some point I felt like this was a test for the uninitiated... can I start coding now?