Hex is going to used packages cached locally if you have no connection. You can try it out by running mix deps.get after turning off your internet. I believe there is also a HEX_OFFLINE environment variable you can set to 1 before running but I am not 100% sure.
On Tuesday, June 14, 2016, Mark <[email protected]> wrote: > How do most elixir developers work when they are offline or working with > very low bandwidth availability? is there an option to clone the hex > repository locally and then work from that? I am going to be in a very low > bandwidth area (as in travel miles just to get a cell connection) and would > still like to develop using the standard set of packages available in mix? > How is that scenario handled? > > Thanks > > -mark > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','elixir-lang-talk%[email protected]');> > . > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-talk/af87c04a-8d96-4b98-a8d1-17c0f8519db3%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-talk/af87c04a-8d96-4b98-a8d1-17c0f8519db3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAGnRm4L87snwYgdfussO8VDmtTm_Y-UBATQuGE%2Ba3iKzKB8OVg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
