How to Install elixir-build on Mac using Brew

Package Information:

Name: elixir-build
Use: elixir-build is an exenv plugin that provides an exenv install command to compile and install different versions of Elixir on UNIX-like systems.
URL: https://github.com/mururu/elixir-build

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install elixir-build using brew
    brew install elixir-build

elixir-build is ready to use now!