Elixir installer should switch from getting otp from erlang.org since the site is very, very slow
amoh-godwin opened this issue · 6 comments
amoh-godwin commented
Environment
- Operating system: Windows 10
Current behavior
OTP from erlang.org is way too slow.
The speed can put someone off from installing
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
jeffrey-kor commented
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!
amoh-godwin commented
No, I am not sure.
amoh-godwin commented
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
jeffrey-kor commented
YES! Thanks to your efforts, finally I can compile my code in local :>
amoh-godwin commented
Good to hear that @jeffrey-kor
josevalim commented
We have migrated to GitHub ones. Thank you!