Skip to content Skip to sidebar Skip to footer

Anaconda Not Updating To Latest

The latest version of anaconda is 2.5. When I type: conda update conda conda update anaconda I get # All requested packages already installed. # packages in environment at C:\Use

Solution 1:

I found this:

https://www.continuum.io/blog/developer-blog/anaconda-25-release-now-mkl-optimizations

Instead:

conda update conda
conda install anaconda=2.5

Post a Comment for "Anaconda Not Updating To Latest"