introduction-to-conda-for-data-scientists icon indicating copy to clipboard operation
introduction-to-conda-for-data-scientists copied to clipboard

Add examples of how to add channel priorities to environment files.

Open davidrpugh opened this issue 4 years ago • 2 comments

Need explicit discussion of how to add channel priorities to environment files. Typical way is to add a channels section to your environment.yml file.

name: null

channels:
  - conda-forge
  - defaults

...

Priority is from highest to lowest, so in the above the conda-forge channel would be given highest priority.

davidrpugh avatar Jan 04 '21 08:01 davidrpugh

mentioned something about this in PR #52

samumantha avatar Jan 05 '21 20:01 samumantha

@samumantha I saw that as well. I have some things to say about this as well but don't have time to include them before the workshop tomorrow so I will leave this issue open to remind myself to add my thoughts later.

davidrpugh avatar Jan 07 '21 11:01 davidrpugh