Damien Gonot
Home Blog Notes About

asdf

Homepage / Notes / Computer Science / Tools / asdf

Version manager for every language.

Add a new language: asdf plugin add {language}

List existing languages: asdf plugin list

List available language version: asdf list all {language}

Install a language version: asdf install {language} {version}

Latest stable version: asdf install {language} latest

Set current version:

Update plugin to newest version:

Resources

https://til.hashrocket.com/posts/ques11vrjs-get-pip-installed-executables-into-the-asdf-path

rtx (Rust clone)

https://github.com/jdxcode/rtx/