Setting JULIA_PKGPATH lets me put everything in a more amenable spot, but transporting everything over to another identical machine results in inconsistent behavior with precompiled binaries. They are always “stale”. Is there a good resource to consult to understand binary staleness?
Thanks On September 30, 2015 at 3:09:21 PM, Steven G. Johnson ([email protected]) wrote: Just install the packages into some directory, and add that directory to the LOAD_PATH. You can also precompile them and put the .ji files in some directory that you add to the LOAD_CACHE_PATH path. That way your users will get a fixed set of packages at a known version, won't need Internet access, and won't need to precompile.
