Managing multiple elixir versions on per Project basis

May 1, 2019

If you don’t use Docker and want to easily switch between different Elixir, Erlang or other packages on your system, I recommend you to use adsf.

Once you have asdf installed, put .tool-versions to your project’s directory:

.tool-versions

erlang 22.0.7
elixir 1.9.1-otp-22