elixir-lang/elixir-windows-setup

Elixir installer should switch from getting otp from erlang.org since the site is very, very slow

amoh-godwin opened this issue · 6 comments

Environment

  • Operating system: Windows 10

Current behavior

OTP from erlang.org is way too slow.
The speed can put someone off from installing
elixir_installer

Expected behavior

Please use their GitHub release links instead. It is safer
eg: https://github.com/erlang/otp/releases/download/OTP-23.2.2/otp_win64_23.2.2.exe

Thank you :)
After installing this, Should I need to do any thing more to complete installation?
I want to code using elixir and phenix. thank you again!

No, I am not sure.

YOu should be able to do
elixir --version
If you can't, then you should add Elixir to your PATH: https://elixir-lang.org/install.html#setting-path-environment-variable

YES! Thanks to your efforts, finally I can compile my code in local :>

Good to hear that @jeffrey-kor

We have migrated to GitHub ones. Thank you!