Description
juliaup
makes it easy to update Julia. The most annoying thing about updating now is that all your environments need to precompile again. It would be nice if juliaup
would do this for me immediately after updating Julia, rather than having to wait for precompilation the next time I try to use one of my environments.
I imagine an automation that runs Pkg.update
or Pkg.precomplile
on all the environments in ~/.julia/environments/
would be fairly simple. I'm not sure if something more sophisticated could be used to point juliaup
to other local environments the user wants to keep up to date.
(This would become even more useful with an automated juliaup update
as requested in #57, so everything updates overnight without my input and is ready to use in the morning.)
Activity