[][src]Function pyenv_python::system_python_path

pub fn system_python_path() -> Option<PathBuf>

Returns the system python on $PATH, excluding this program (when run as python). If pyenv is installed, then $PYENV_ROOT/shims/python is skipped, too. Otherwise, an infinite loop would be formed between ourselves and $PYENV_ROOT/shims/python.