Limit the usage of packages from outside the Manifest.toml

You can set the env variable JULIA_LOAD_PATH="@" before starting Julia. Then you will only be able to load those packages that are in the current project.

3 Likes