I recently tried to start iex. I typed iex
in the shell (I tried several shells, just in case) and iex doesn't provide any prompt or the like. It just sits there, and if I type special keys like arrows they are escaped and output. If i type control-c
it shows me the standard beam interrupt. I checked that iex
was pointing to the right place and not oddly aliased, and it seems to be correct. How do I go about troubleshooting this?
I've tried uninstalling and re-installing elixir (but not erlang yet), but that didn't fix it. Are there any cached files I can check or delete?
.iex.exs
files that mess up the startup process? Is erlang shell start normally witherl
? – Aleksei Matiushkinerl
. it fails the same way. So I uninstalled and reinstalled erlang (is 1.3 gb for installed erlang files normal?). No dice, sadly. same issue. But now i know it's erlang and not elixir. – Garrett Motzner~/.iex.exs
file. On my machine:du --max-depth=0 /usr/lib/erlang
results in 124M. – Aleksei Matiushkin.iex.exs
file. – Garrett Motzner