Thanks to stacked environments, I only have two packages in my global environment: Revise.jl and EmacsVterm.jl.
I am wondering if there is a way to keep them automatically updated without (significant) user intervention. I could put a
import Pkg
Pkg.update()
in my startup.jl, but that would add a significant delay to every time I start up Julia.
Is there a simple way to
-
check if I am online (other than the standard tricks, eg calling
nslookupwith a short timeout) -
query last time an environment was updated?