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:
asdf global {language} {version}
system-wideasdf local {language} {version}
for the current projectasdf shell {language} {version}
for the current shell sessionUpdate plugin to newest version:
asdf plugin update {language}
for specific pluginasdf plugin update --all
for all pluginshttps://til.hashrocket.com/posts/ques11vrjs-get-pip-installed-executables-into-the-asdf-path