Even more concretely, I introduced just these two ...
# development
e
Even more concretely, I introduced just these two rules:
Copy code
(VenvPexProcess, PexEnvironment) -> SeededVenvProcess
(SeededVenvProcess, BashBinary) -> FallibleProcessResult
And then
Get(FallibleProcessResult, VenvPexProcess(...))
works in some contexts but not others.