Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looks great. Any clue when this will be up on Homebrew?


Another nice option is kiex, Elixir version manager: https://github.com/taylor/kiex


I'm using asdf - it has the added advantage of being able to manage ruby, erlang, node, and more :) https://github.com/asdf-vm/asdf


Oh, cool. I've never heard of that, but it looks nice. Thanks!


It's updated, installing right now.


If you're like me and didn't want to wait, it's a dead-simple build if you want to DIY:

    cd /usr/local/src
    git clone https://github.com/elixir-lang/elixir.git
    cd elixir
    git checkout v1.3.0
    make clean test
    PREFIX=/usr/local/elixir-1.3.0 make install
And then add /usr/local/elixir-1.3.0/bin to your $PATH.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: