gh-156703: Set LD_LIBRARY_PATH in SystemTap trace commands (GH-156424)
Prefix commands passed to stap -c with LD_LIBRARY_PATH via env, when
probes reside in libpython. This allows the interpreter to find
libpython when staprun does not preserve the loader path.