I’ve installed Erlang/Elixir in a template qube using asdf. The path is referenced in ~/.bashrc.
In the template erl -v & elixir -v show as installed as expected.
It appears that they are installing in /home/user/. As a result they aren’t recognized in the AppVm.
Where/how is the correct way to install in a template?
Where are the main executables located? If the installer extracts the majority of files to /home , /usr/local , or /rw, then you should install it in a App VM, instead of a Template VM.