rye plugin for the asdf version manager.
bash
,curl
,tar
,install
: generic POSIX utilities.
Plugin:
asdf plugin add rye
# or
asdf plugin add rye https://github.com/Azuki-bar/asdf-rye.git
rye:
# Show all installable versions
asdf list-all rye
# Install specific version
asdf install rye latest
# Set a version globally (on your ~/.tool-versions file)
asdf global rye latest
# Now rye commands are available
rye --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.