Following the README installation script. ./install_script.sh fails as shown:
mix.exs:22
make: rebar: Command not found
make: *** [compile] Error 127
** (Mix) Could not compile dependency :erlzmq, "make" command failed. You can recompile this dependency with "mix deps.compile erlzmq", update it with "mix deps.update erlzmq" or clean it with "mix deps.clean erlzmq"
IEx works as expected from command line. The goal is to install this kernel for Jupyter Notebook usage.
New Elixir user here. Ubuntu 14.04 LTS.
Following the README installation script. ./install_script.sh fails as shown:
IEx works as expected from command line. The goal is to install this kernel for Jupyter Notebook usage.