ASDF
brew install asdfInstall ASDF
Install New Versions Plugins
asdf list all elixir #list all versions
asdf list all erlang
asdf install nodejs lts-iron #installList installed Versions
asdf list <name> #list all installed versionsChange Version
asdf global nodejs lts-iron #set
asdf local nodejs lts-ironAdd New Plugin
asdf plugin add python
asdf install python latest
asdf global python latest
#OR
asdf install python 3.7.9
asdf global python 3.7.9See Installed Plugins
Debugging
Last updated