➜ ~ iex
Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
*** ERROR: Shell process terminated! (^G to start new job) ***
=ERROR REPORT==== 30-Oct-2014::23:24:48 ===
Error in process <0.27.0> with exit value: {{badmatch,{error,{crypto,{"no such file or directory","crypto.app"}}}},[{'Elixir.IEx',start_iex,0,[{file,"lib/iex.ex"},{line,469}]},{'Elixir.IEx','-start/2-fun-0-',2,[{file,"lib/iex.ex"},{line,455}]}]}
➜ ~ cat simple.exs
IO.puts "Hello world
from Elixir"
➜ ~ elixir simple.exs
{"init terminating in do_boot",{{badmatch,{error,{crypto,{"no such file or directory","crypto.app"}}}},[{elixir,start_cli,0,[{file,"src/elixir.erl"},{line,56}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sudo apt-get install erlang
sudo apt-get install elixir
sudo apt-get install erlang
sudo apt-get install elixir
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/1425349342.7300.0%40smtp.autistici.org.
| 14:37 (1 minute ago) |
Hi Kosmasc,
I'm interested, since I would like to know how to run different version
in running different versions of elixir