<div dir="ltr">They way Nix does that (simplified estimation) -- is that it stores all package versions in its cache, and when you need a shell with specific versions of packages, it resolves versions and starts a shell for you with paths adjusted in such a way that you only see versions requested. I can see this as running "$ erlangpackagemanager shell" or alternatively it may print paths to copy-paste to your -pa or -pz (not to be committed to git as those paths will be local, of course).<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 17, 2014 at 9:49 AM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 12/17/2014 02:18 AM, Tristan Sloughter wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
* No global install<br>
<br>
It just causes headaches. Sandboxes are much more fun to play in without<br>
all the kids in the neighborhood crowding in and someone ending up<br>
leaving a poop in it.<br>
</blockquote>
<br></span>
I think this is a very important point. I like deps not because I enjoy compiling everything, but because they are local to the project and I can have different projects use different dep versions without having to worry that the wrong version gets picked up.<br>
<br>
I am not even sure how -pa or ERL_LIBS work when you have both app-1 and app-2 in your lib directory. Which one does it choose? Will it choose the right version when I want to start a shell for experimenting? I have not seen anything that allows me to choose what version to run outside of making a release/upgrade.<span class="im HOEnZb"><br>
<br>
-- <br>
Loïc Hoguin<br>
<a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br></span><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</div></div></blockquote></div></div>