hatch icon indicating copy to clipboard operation
hatch copied to clipboard

PEP723: Using `--system-site-packages`

Open LecrisUT opened this issue 10 months ago • 0 comments

This may be more general issue, but how would we define that we want the venv to have --system-site-packages passed? For hatch frontend, maybe the closest would be to add

[tool.hatch.envs.default]
system-site-packages = true

and similarly for each frontend? Would adding that be accounted for in hatch run?

LecrisUT avatar Apr 28 '25 16:04 LecrisUT