asdf icon indicating copy to clipboard operation
asdf copied to clipboard

asdf install erlang 25.3.2.6 succss, but execute CLi: erl not found.

Open formingform opened this issue 6 months ago • 0 comments

How can we improve the documentation?

Ubuntu 22.04 (vmWare)

plugin:

joey@joey-virtual-machine:~$ asdf plugin list
erlang

erlang version:

joey@joey-virtual-machine:~$ asdf current
Name            Version         Source                    Installed
erlang          25.3.2.6        /home/joey/.tool-versions true

but run erl:

joey@joey-virtual-machine:~$ erl
Command 'erl' not found, but can be installed with:
sudo snap install erlang # version 25.3, or
sudo apt install erlang-base # version 1:24.2.1+dfsg-1ubuntu0.5
See 'snap info erlang' for additional versions.

bin file .asdf/installs/erlang/25.3.2.6/bin/erl exists.

formingform avatar Sep 16 '25 11:09 formingform