Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davidrpugh opened this issue Jan 4, 2021 · 2 comments
Open

Comments

@davidrpugh
Copy link
Collaborator

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.

@samumantha
Copy link
Contributor

mentioned something about this in PR #52

@davidrpugh
Copy link
Collaborator Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants