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