Q26: Regarding <my Q22> to have package metadata i...
# general
r
Q26: Regarding my Q22 to have package metadata inside pex environments like editable installation, I'd like to access BUILD files inside the auto-generated pex environment. But it seems that they are not available there. I'm trying to scan the entrypoint from BUILD files manually as an alternative to editable installation. Could you suggest how to achieve it or better alternatives?
i did an ugly hack like this, and it scans the entrypoints successfully, but there is another problem: the transitive dependencies of entrypoint-providing pkgs are missing.... T_T
i think i should use this approach only with
export
-ed venv