Elixir Blog Post: How to set-up a Ruby and Elixir dev environment on macOS (2021)

Just finished doing a clean install of macOS (which I highly recommend btw!) and have updated my macOS Ruby & Elixir/Erlang dev env set-up guide too:

https://astonj.com/how-to-set-up-a-ruby-and-elixir-dev-environment-on-macos-2021

If anyone can suggest any improvements please let me know! :nerd_face:


Posted via Devtalk (see this thread for details).

There is a mistake where is says:

And to use a specific version in any particular directory:
asdf global elixir 1.11.3-otp-23

it should be

asdf local elixir 1.11.3-otp-23

1 Like

Thanks Tom - I copied the whole line instead of just the version :see_no_evil: