asdf
An extensible Version Manager.
Install via git
[source]
$ ASDF_VERSION=0.11.3
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v$ASDF_VERSION
# ~/.bashrc
source $HOME/.asdf/asdf.sh
source $HOME/.asdf/completions/asdf.bash
Add plugins for languages, tools, and install
$ asdf plugin add nodejs
$ asdf install nodejs latest
$ asdf global nodejs latest
$ node --version
Read how to
set the current version
of a language with asdf
.