I just installed elixir via chocolatey on my Windows 7 machine. At the root of the C directory, inside of an Administrator command prompt, I ran:
c:\> cinst elixir
This successfully installed erlang and elixir -- v.1.0.4. Nothing failed, all success messages. I then restarted the command prompt and ran
c:\> iex.bat
I receive an error:
'iex.bat' is not recognized as an internal or external command, operable program or batch file.
I usually run a mac, so I'm pretty ignorant when it comes to Windows. Also tried running iex
in git bash, but no luck. How do I run iex?
ielixir.exe
on windows if you installed viachocolatey
– Silurid