Suppressing precompilation

Is there a way to suppress precompilation when adding packages?

Right now I am adding and removing packages repeatedly to resolve package version compatibility, and waiting for precompilation to finish every time is exhausting.

https://pkgdocs.julialang.org/v1/environments/#Automatic-Precompilation

To disable the auto-precompilation, set ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0

2 Likes

just Ctrl-C