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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
pixi global install
now takes a flag--with
, inspired byuv tool install
. If you only want to add dependencies without exposing them, you can now runpixi global install ipython --with numpy --with matplotlib
pixi global
subcommandsAdded
Changed
Global update should add new executables by @nichmor in #2298
Add
pixi global install --with
by @Hofer-Julian in #2332Documentation
Document where
pixi-global.toml
can be found by @Hofer-Julian in #2304Add ros noetic example by @ruben-arts in #2271
Add nichita and julian to CITATION.cff by @Hofer-Julian in #2327
Improve keyring documentation to use pixi global by @olivier-lacroix in #2318
Fixed
pixi global upgrade-all
error message by @Hofer-Julian in #2296Select correct run environment by @ruben-arts in #2301
Adapt channels to work with newest rattler-build version by @Hofer-Julian in #2306
Hide obsolete commands in help page of
pixi global
by @chawyehsu in #2320Typecheck all tests by @Hofer-Julian in #2328
Refactor
New Contributors