Creating empty isolated environment

It would be good to document those things in the Pkg manual too. Do you want to contribute with that?

You can do e.g. this:

empty!(LOAD_PATH)
push!(LOAD_PATH, "@")
2 Likes