Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
Interpreter contains resolved Python interpreter metadata.
func FindPython3Interpreter ¶
func FindPython3Interpreter() (Interpreter, error)
FindPython3Interpreter resolves a Python 3 interpreter from common aliases.
func FindPython3InterpreterAtLeast ¶
func FindPython3InterpreterAtLeast(minMinor int) (Interpreter, error)
FindPython3InterpreterAtLeast resolves a Python 3 interpreter with a minimum minor version.
Click to show internal directories.
Click to hide internal directories.