Searched defs:python_executable (Results 1 – 2 of 2) sorted by relevance
171 python_executable = config.python_executable global() variable 175 python_executable = f"LD_PRELOAD=$({config.host_cxx} -print-file-name=libclang_rt.asan-{config.host_arch}.so) {config.python_executable}" global() variable 179 python_executable = '"%s"' % (python_executable) global() variable [all...]
146 python_executable = find_python_interpreter() variable