How to update Anaconda

If you would like to update your Anaconda release to the latest version, run the commands below (with administrator privileges).

conda update

conda update anaconda=latest.release

Where the last command refers to the latest release, .e.g. 2020.12 . Make sure to provide the most recent release as provided in the original website. For more information, refer to the original documentation here.

Read: How to Install Anaconda on Ubuntu 22.04 

If however you would like to update to the last version of each package, run the command :

conda update –all

Note that this may lead to an unstable environment.

Read: How to fix error : Conda command not found


If you like the content, we would appreciate your support by buying us a coffee. Thank you so much for your visit and support.

 

Marianne elanotta

Marianne is a graduate in communication technologies and enjoys sharing the latest technological advances across various fields. Her programming skills include Java OO and Javascript, and she prefers working on open-source operating systems. In her free time, she enjoys playing chess and computer games with her two children.

Leave a Reply