pypa/hatch

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

Open

#1.963 aberto em 28 de abr. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (240 forks)batch import
good first issueneeds investigation

Métricas do repositório

Stars
 (4.451 stars)
Métricas de merge de PR
 (Mesclagem média 41d 22h) (20 fundiu PRs em 30d)

Description

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?

Guia do colaborador