That would imply that pip or a setup script in the package is re-executing the process using calibre-debug as the interpreter.
No, there is no way to use the python interpreter as a normal interpreter. It's designed to run in embedded, isolated mode.
You could create your own wrapper script that accepts the same arguments as python and translates them into equivalent calibre-debug invocations.
|