I want to call the hooks from a Python interpreter different from sys.executable. The use case would be to run it in an isolated environment.
Either allowing me to configure the executable in Pep517HookCaller or replacing sys.executable with python, so that I can control the executable via PATH, would be fine.