‘Conda’ is not recognized as internal or external command

Although you were offered a good solution by others I think it is helpful to point out what is really happening. As per the Anaconda 4.4 changelog, https://docs.anaconda.com/anaconda/reference/release-notes/#what-s-new-in-anaconda-4-4: On Windows, the PATH environment variable is no longer changed by default, as this can cause trouble with other software. The recommended approach is to instead use Anaconda … Read more

How do I update Anaconda?

What 95% of people actually want In most cases what you want to do when you say that you want to update Anaconda is to execute the command: (But this should be preceeded by conda update -n base conda so you have the latest conda version installed) This will update all packages in the current environment to the latest version — … Read more