-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
feat: add pixi as a way to install package #1856
base: main
Are you sure you want to change the base?
feat: add pixi as a way to install package #1856
Conversation
@@ -228,12 +228,31 @@ or with `mamba`: | |||
mamba install {{ ' '.join(outputs) }} | |||
``` | |||
|
|||
or with [`pixi`](https://pixi.sh): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to omit having the global install as the most prominent pixi version. The vast majority of packages on conda-forge are modules where a global install doesn't make sense.
Personally, I would not mention the global option at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with you
Thanks for the tip! I've removed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if we should keep adding all these tools in every feedstock. I think this would be better to have it as a note in the conda-forge website. (Btw, we should remove mamba too)
Lowering the barrier to be able to try a particular piece of software seems very vital to me. We want people to use this! I feel it's very useful to have a shortcut on how to use a package with your favorite package manager in the feedstock itself. But I do agree it clutters up the readme a little. Perhaps we can add all package managers as foldable sections like this: How to useWith Conda
With Mamba
With Pixi
Removing mamba seems strange to me, in that sense we could also argue to remove the conda commands. 🤷 |
``` | ||
pixi add {{ ' '.join(outputs) }} | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
news
entry