Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active April 2, 2018 17:28
Show Gist options
  • Save SHDShim/ec5c1c58a2c761f8927af5fba692e9d7 to your computer and use it in GitHub Desktop.
Save SHDShim/ec5c1c58a2c761f8927af5fba692e9d7 to your computer and use it in GitHub Desktop.
conda, update

Conda update problem

I found that the following command does not update to the latest. I got stuck at 4.3.x while the newest was 4.5.0.

conda update -n root conda

Once I do the following, I can get rid of the problem.

conda config --set channel_priority false

However, I am unsure what will be the side effect of this. See here for detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment