i'm trying to install specific version of Erlang and Elixir on macos M1
I don't use brew because i can't specify version (brew installs only last version apparently)
I used ASDF with this .tool-versions files:
elixir 1.12.3
erlang 24.2
nodejs 16.5.0
but after installation, I met some errors command are not found
when I type
elixir --version
iex
..
asdf plugin add erlang
asdf plugin add elixir
asdf plugin add nodejs
asdf install
I don't understand how to precise the path Should I precise something in $HOME/.zshrc ?