Skip to content

Instantly share code, notes, and snippets.

@kachayev
Created September 1, 2013 18:33
Show Gist options
  • Select an option

  • Save kachayev/6406334 to your computer and use it in GitHub Desktop.

Select an option

Save kachayev/6406334 to your computer and use it in GitHub Desktop.
Install/Run Elixir lang on Mac OS
$ mkdir ~/ElixirLang
$ cd ~/ElixirLang
$ brew install kerl
$ kerl build R16B01 r16b01
$ kerl install r16b01 ~/erlang/r16b01
$ . ~/erlang/r16b01/activate
$ erl
Erlang R16B01 (erts-5.10.2) [source] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V5.10.2 (abort with ^G)
1> q().
ok
$ brew install elixir
$ iex
Erlang R16B01 (erts-5.10.2) [source] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
Interactive Elixir (0.9.0) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment