fn run_python_script(interpreter: &Path, script: &str) -> Result<String>
Run a python script using the specified interpreter binary.