

When you use the conda update pkgName or conda install pkgName, conda may not be able to update or install that package without changing something else you specified in the past. To update a specific anaconda package, you can use the following command. How to Upgrade the specific package of Anaconda However, it does not matter which you download because you can create new environments that include any Python version packaged with conda. In doing so, it drops all the version constraints from history and tries to make everything as new as possible.Īnaconda2 includes Python 2.7, and Anaconda3 includes Python 3.7. This updates all packages in the current environment to the latest version. The conda update –all will upgrade everything. If you want to update all the packages under conda distribution, you can use the following command. That metapackage represents the pinned state that has undergone testing as a collection. The command conda update anaconda=VersionNumber grabs the specific release of the Anaconda metapackage for example, conda update anaconda=2019.10. To update the Anaconda to a specific version, type the following command.

To update Anaconda to the latest version, type the following command. macOS or Linux: Open the terminal window.Windows: Open the start menu and choose the Anaconda Prompt.You can update Anaconda to the latest version on one of the following platforms. Update Anaconda on Mac, Windows, and Linux

If you open the Anaconda Navigator, it looks like the below image.
