I was following elixir getting started where it says run:
iex> i 'hello'
so I ran:
iex(1)> i 'hello'
and got:
** (CompileError) iex:2: undefined function i/1
elixir version:
Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false] Interactive Elixir (1.1.0-dev)
sudo apt-get install elixiron ubuntu:Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false] Interactive Elixir (1.1.0-dev)iwas added in 1.2. Try installing the latest version using the instructions here: elixir-lang.org/install.html#unix-and-unix-like