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

Set conda forge as default channel #862

Closed
grallewellyn opened this issue Nov 9, 2023 · 3 comments
Closed

Set conda forge as default channel #862

grallewellyn opened this issue Nov 9, 2023 · 3 comments
Assignees
Milestone

Comments

@grallewellyn
Copy link
Collaborator

Add this to dockerfile: conda config --add channels conda-forge
Should work now because .condarc file is being created
If this works, remove from documentation that always need to run with -c conda-forge tag
@wildintellect Is this okay with you?

@grallewellyn grallewellyn self-assigned this Nov 9, 2023
@wildintellect
Copy link
Collaborator

@grallewellyn I'd leave it in the docs for now, it's still best practices and doesn't break anything. This fix will just mean that if people forget it, or don't know about it yet they won't accidentally installed mixed packages and get their env stuck, or fail to install.

@grallewellyn
Copy link
Collaborator Author

Make sure there is .condarc file saying conda-forge when doing this

@anilnatha
Copy link

@grallewellyn (fyi) moved this ticket into Review/QA

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

4 participants