Running elixir from Erlang release

Hello from the future!

I posted something similar on ErlangForums earlier today and rephrased my google search enough to have found the solution posted here.

My post here: Adding elixir dependencies to an Erlang+Cowboy application - Questions / Help - Erlang Programming Language Forum - Erlang Forums

Adding export CODE_LOADING_MODE=-interactive to my shell env fixed my issue and I’m able to load Elixir into my Cowboy application shell. My next venture is to try to use elixir in my Erlang code.

Thank you @josevalim and @flodihn :grinning: