Skip to content

Instantly share code, notes, and snippets.

@hmaarrfk
Created September 10, 2018 15:06
Show Gist options
  • Save hmaarrfk/8db3b8dd6fc18484270311ba8be47d87 to your computer and use it in GitHub Desktop.
Save hmaarrfk/8db3b8dd6fc18484270311ba8be47d87 to your computer and use it in GitHub Desktop.
Notes on working with conda

Static repo data:

no no, i mean on every package install command, conda seems to try and download metadata from all the channels I have because that step is slow i simply ask it to download from the offline cache it has by adding the --offline

ah, you mean a more static repodata. Yes, we're working on that. It won't be the default for a while, though You can try it now conda config --set channel_alias https://conda-static.anaconda.org

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