I have Anaconda installed on my computer and I\'d like to update it. In Navigator I can see that there are several individual packages that can be updated, but also an
On Mac, open a terminal and run the following two commands.
conda update conda conda update anaconda
Make sure to run each command multiple times to update to the current version.