

We'll try to both improve the docs and make the behavior more defined and predictable. This may be true on initial install, but does not seem to hold for updates.
CONDA UPGRADE PACKAGE INSTALL
Instead use conda update -all to keep packages up to date, and use conda install anaconda= to explicitly update to a new anaconda release.Īs a side note, the notion that the custom anaconda package is lower in version ordering than any actual release is bizarre. So in summary, there currently seems little use for conda update anaconda.


I think the catch is that conda update anaconda does not, as if often advertised, update to the latest anaconda release along with its version constrained dependencies. ) and playing around a lot with combinations of those commands my current conclusion still is that the safest (and probably fastest) way to get a working, up-to-date Anaconda environment is to completely uninstall Anaconda, and then reinstalling everything.Īs of now, I can confirm your observation that (with conda version 4.7.12) starting in an env with anconda=2019.07 that conda update anaconda does want to update to custom anaconda.
CONDA UPGRADE PACKAGE HOW TO
So, after reading quite a bit about the "correct" procedure of how to update anaconda (conda update conda followed by conda update anaconda, or conda update -all, or conda install anaconda. And when I do that, and then run conda update anaconda, I get the "dreaded" message about an "inconsistent environment" (for packages anaconda and numba). conda install anaconda=2019.07), strange things happen - when I do that on my freshly installed 2019.07, it proposes to update conda to 4.7.12. custom-p圓7_1 does not really strike me as an official "stable release" tag, right?Ĭuriously enough, even when specifying specific version to conda install (e.g. For example, with a just now newly installed version of 2019.07, conda update anaconda proposes to update several packages, and would "downgrade" anaconda (2019.07-p圓7_0 -> custom-p圓7_1). This is however not at all what happens.Ĭonda update anaconda does NOT try to install the latest "stable release", at least in none of the many times I have tried it. here: ) seems to be at least misleading I read it that conda update anaconda should update to the latest "stable release" of Anaconda. This information (and the information I found everywhere else, e.g.

A few changes have been made in the past few months:
