How do I update Anaconda?
root is the old (pre-conda 4.4) name for the main environment; after conda 4.4, it was renamed to be base. source 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: conda update –all (But this should … Read more