i compile_package and then julia -J ... in a directory which contains {Project,Manifest}.toml files and in an environment which has exported JULIA_PROJECT=@.. ]st shows what's in ~/.julia/dev/PackageCompiler/packages/Project.toml, not in $(pwd)/Project.toml.
workaround is to ]activate ., but i shouldn't have to do that as that is not how the standard julia sysimg works.
i
compile_package
and thenjulia -J ...
in a directory which contains {Project,Manifest}.toml files and in an environment which has exportedJULIA_PROJECT=@.
.]st
shows what's in~/.julia/dev/PackageCompiler/packages/Project.toml
, not in$(pwd)/Project.toml
.workaround is to
]activate .
, but i shouldn't have to do that as that is not how the standard julia sysimg works.