Awesome
<div align="center">asdf-pixi
pixi plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
, and POSIX utilities.
Install
Plugin:
asdf plugin add pixi
# or
asdf plugin add pixi https://github.com/pavelzw/asdf-pixi.git
pixi:
# Show all installable versions
asdf list-all pixi
# Install specific version
asdf install pixi latest
# Set a version globally (on your ~/.tool-versions file)
asdf global pixi latest
# Now pixi commands are available
pixi --help
Check asdf readme for more instructions on how to install & manage versions.