Lines Matching full:version
22 # PYTHON_VERSION_STRING - Python version found e.g. 2.5.2
23 # PYTHON_VERSION_MAJOR - Python major version found e.g. 2
24 # PYTHON_VERSION_MINOR - Python minor version found e.g. 5
25 # PYTHON_VERSION_PATCH - Python patch version found e.g. 2
30 # of version numbers that should be taken into account when searching
36 # get the currently active Python version by default with a consistent version
46 # sys.version predates sys.version_info, so use that
47 execute_process(COMMAND "${exe}" -c "import sys; sys.stdout.write(sys.version)"
52 # sys.version was first documented for Python 1.5, so assume
64 # Find out if the 'python' executable on path has the correct version,
71 # We didn't find the correct version on path, so forget about it
111 # If FindPythonInterp has already found the major and minor version,
112 # insert that version next to get consistent versions of the interpreter and
121 # Search for the current active python version first on Linux, and last on Windows
137 # Search for newest python version if python executable isn't found
159 # determine python version string