How to shut up CondaPkg

More than once per day I see these messages:

Initializing the project...
    CondaPkg Found dependencies: /home/ufechner/.julia/packages/PythonCall/1f5yE/CondaPkg.toml
    CondaPkg Found dependencies: /home/ufechner/.julia/packages/PythonPlot/f591M/CondaPkg.toml
    CondaPkg Found dependencies: /home/ufechner/.julia/packages/PythonCall/1f5yE/CondaPkg.toml
    CondaPkg Found dependencies: /home/ufechner/.julia/packages/PythonPlot/f591M/CondaPkg.toml
    CondaPkg Dependencies already up to date

I do not want CondaPkg to check the dependencies each time I start Julia. I have a separate script to update dependencies and to build a system image.

I already execute export JULIA_CONDAPKG_OFFLINE=yes in my Julia start script, but this does not seam to be sufficient.

Anything else I can do to disable update checks of CondaPkg?

2 Likes