Function parse_python_cli

Source
pub fn parse_python_cli(
    cli_python: Option<Utf8PathBuf>,
) -> Result<Utf8PathBuf, Error>
Expand description

Parse the value of the -p/--python option, which can be e.g. 3.11, python3.11, tools/bin/python3.11 or /usr/bin/python3.11.