docs: absolute path to a conda package in pixi add#6018
Merged
lucascolley merged 3 commits intoprefix-dev:mainfrom May 5, 2026
Merged
docs: absolute path to a conda package in pixi add#6018lucascolley merged 3 commits intoprefix-dev:mainfrom
pixi add#6018lucascolley merged 3 commits intoprefix-dev:mainfrom
Conversation
Contributor
Author
|
The numbering in the |
Collaborator
agreed |
lucascolley
reviewed
May 5, 2026
Collaborator
lucascolley
left a comment
There was a problem hiding this comment.
Thanks @benmoss !
Could we add something to https://pixi.prefix.dev/latest/reference/cli/pixi/add/#description too? In particular I think the following sentence should be broadened:
The dependencies should be defined as MatchSpec for conda package, or a PyPI requirement for the
--pypidependencies.
pixi add
lucascolley
approved these changes
May 5, 2026
Collaborator
lucascolley
left a comment
There was a problem hiding this comment.
thanks a lot @benmoss!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
pixi addcan take an absolute path to a.condaor.tar.bz2file to support installing a built package without needing to add it to a channel. This has come up before on the Discord server but it seems it's not commonly known behavior, probably because it's not documented!How Has This Been Tested?
N/A
AI Disclosure
Tools: Claude Code
Checklist:
schema/model.py.