pypa/hatch

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

Open

#1 963 ouverte le 28 avr. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (240 forks)batch import
good first issueneeds investigation

Métriques du dépôt

Stars
 (4 451 stars)
Métriques de merge PR
 (Merge moyen 41j 22h) (20 PRs mergées en 30 j)

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?

Guide contributeur