Lines Matching +full:python +full:- +full:version
1 #!/usr/bin/env python
3 # [PR 11661] Note that we hardwire to /usr/bin/python because we
4 # want to the use the system version of Python on Mac OS X.
9 print "set-xcode-analyzer requires Python 3.6 or later"
57 print " (-) Cannot update file:", why, "\n"
59 print " (-) Cannot update file:", why, "\n"
66 parser.add_option("--use-checker-build", dest="path",
67 … help="Use the Clang located at the provided absolute path, e.g. /Users/foo/checker-1")
68 parser.add_option("--use-xcode-clang", action="store_const",
73 …parser.error("You must specify a version of Clang to use for static analysis. Specify '-h' for de…
78 print "(-) You must quit Xcode first before modifying its configuration files."
96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
98 # Fall back to the default install location when using Python < 2.7.0
100 if (xcode_path.find(".app/") != -1):
111 print "(-) No compiler configuration file was found. Xcode's analyzer has not been updated."