pypa/hatch

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

開放

#1,963 建立於 2025年4月28日

 (0 則留言) (0 個反應) (0 位負責人)Python (240 個分叉)batch import
good first issueneeds investigation

倉庫指標

星標
 (4,451 顆星)
PR 合併指標
 (平均合併 71天 21小時) (30 天內合併 10 個 PR)

描述

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?

貢獻者指南