Currently, this is what I got:
type -a mix
mix is /opt/homebrew/bin/mix
mix is /Users/cifer/.asdf/shims/mix
type -a elixir
elixir is /opt/homebrew/bin/elixir
elixir is /Users/cifer/.asdf/shims/elixir
The brew installed version is 1.17.2, asdf installed version is 1.17.1-otp-27.
I’ve already set asdf global elixir 1.17.1-otp-27
.
But when I type iex
in the terminal, I always get:
Interactive Elixir (1.17.2) - press Ctrl+C to exit (type h() ENTER for help)
I don’t know why is that, can anyone give me some hits?