docs: Update docs with pixi-extensions#4144
Merged
lucascolley merged 4 commits intoprefix-dev:mainfrom Aug 4, 2025
Merged
Conversation
lucascolley
approved these changes
Jul 15, 2025
Collaborator
lucascolley
left a comment
There was a problem hiding this comment.
a few nits bit otherwise this reads great to me, nice stuff! Super cool functionality also, looking forward to seeing which extensions people develop :)
Comment on lines
+42
to
+46
| This approach has several advantages: | ||
| - **Isolated environments**: Each extension gets its own environment, preventing dependency conflicts | ||
| - **Automatic discovery**: Extensions are automatically found by pixi without modifying PATH | ||
| - **Easy management**: Use `pixi global list` and `pixi global remove` to manage extensions | ||
| - **Consistent experience**: Extensions appear in `pixi --help` just like built-in commands |
Collaborator
There was a problem hiding this comment.
👍 but maybe this text (for the first three points) belongs in global docs, and we can just link out to it in one sentence?
Contributor
Author
There was a problem hiding this comment.
yup makes sense! To me, it sounded like it's repeating. Seemed like I had read it somewhere else in the docs. Will resolve this 👍🏽
Collaborator
There was a problem hiding this comment.
I think we can merge this as is tbh!
ruben-arts
reviewed
Jul 15, 2025
Contributor
|
@lucascolley @ruben-arts can this be merged? |
Collaborator
|
yes :) |
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.
for #3994