<div dir="ltr"><div>hi,<br>nice tool should have use it before.<br><br></div>thanks for sharing.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-15 22:50 GMT+08:00 Dave Parfitt <span dir="ltr"><<a href="mailto:diparfitt@gmail.com" target="_blank">diparfitt@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello -<br>
<br>
  erln8 is set of tools that let you build and then set versions of Erlang,<br>
Elixir, Rebar and Rebar3 per directory. While an older version of erln8 has been<br>
around for a couple years, the latest rewrite *beta* now has Elixir<br>
support. Note,<br>
that as it's still a beta, there might be a couple rough spots here<br>
and there. Friendly<br>
pull requests welcome.<br>
<br>
Here's an example of building the latest version of Erlang + Rebar,<br>
and then setting<br>
versions to use in multiple directories:<br>
<br>
# build the latest tagged version of Erlang (OTP-18.0.2 at the time of writing)<br>
erln8 --build-latest<br>
<br>
# build OTP_R16B03-1<br>
erln8 --build OTP_R16B03-1<br>
<br>
# build the latest tagged version of Rebar<br>
reo --build-latest<br>
<br>
cd ~/some/project<br>
erln8 --use OTP-18.0.2<br>
# any calls to erlang commands in this directory will be for OTP-18.0.2<br>
<br>
cd ~/some/other/project<br>
erln8 --use OTP_R16B03-1<br>
# any calls to erlang commands in this directory will be for OTP_R16B03-1<br>
<br>
You can download erln8 source, docs and prebuilt binaries here:<br>
<a href="http://erln8.github.io/erln8/" rel="noreferrer" target="_blank">http://erln8.github.io/erln8/</a><br>
<br>
<br>
Cheers -<br>
Dave<br>
<a href="https://github.com/metadave" rel="noreferrer" target="_blank">https://github.com/metadave</a><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>