fn run_python_script_with_envs<I, K, V>(
interpreter: &Path,
script: &str,
envs: I,
) -> Result<String>
Expand description
Run a python script using the specified interpreter binary with additional environment variables (e.g. PYTHONPATH) set.