Skip to main content

run_python_script

Function run_python_script 

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

Run a python script using the specified interpreter binary.

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