GeoEco.Dependencies.PythonDependency.GetInstalledVersion

classmethod PythonDependency.GetInstalledVersion()

Returns the major, minor, and patch version numbers of Python.

Returns:

Tuple of the form (majorVersion, minorVersion, patchVersion).

Return type:

tuple of int