A Simple Guide to Update Old Version Anaconda for Beginners – Anaconda Tutorial

By | July 12, 2019

Updating an older version anaconda to a new one will help us to get some new feature on anaconda, anaconda can be  updated very easily. In this tutorial, we will tell you how to update.

First, update conda

You can run conda update command below in windows command prompt.

conda update conda

You will get a update result like below:

conda version update

If you get anaconda connect http error or ssl model error, you can read this tutorial to fix.

Fix conda SSLError: Can’t connect to HTTPS URL because the SSL module is not available – Anaconda Tutorial

Sencondly, run update anaconda command

You can run update command below:

conda update anaconda

To check anaconda is successful to update or not, you can check current anaconda version.

anaconda --version

The version is:

anaconda Command line client (version 1.7.2)

Anaconda is update successfully.

Leave a Reply