Skip to main content

detect_python

Function detect_python 

Source
pub fn detect_python(explicit: Option<&str>) -> Result<PathBuf>
Expand description

Resolve a usable Python interpreter, honoring explicit if provided.

Returns the absolute path to the interpreter on success.