Function run_python_script

Source
fn run_python_script(interpreter: &Path, script: &str) -> Result<String>
Expand description

Run a python script using the specified interpreter binary.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here