Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了这些:
$ asdf list elixir 1.6.6 erlang 20.3.8
但是对于我的生活,我无法弄清楚如何将我的 elixir 版本升级到 2.x。我在Ubuntu上,有人可以帮忙吗?
无论使用哪种语言,使用asdf版本管理器都不会“更新”给定的语言安装。
asdf
您只需安装新版本 ( asdf install <plugin> <version>) 并删除旧版本 ( asdf uninstall <plugin> <version>) 如果您不再需要它。
asdf install <plugin> <version>
asdf uninstall <plugin> <version>
此外,您可以使用asdf global <package> <version>.
asdf global <package> <version>
了解有关可用命令的更多信息:
https://asdf-vm.com/#/core-commands