Searched defs:python_exe (Results 1 – 5 of 5) sorted by relevance
16 python_exe = sys.executable or 'python' variable
1131 python_exe = os.path.join(depot_tools_dir, python_bat) variable1137 python_exe = python_bat variable1140 python_exe = sys.executable variable
29 python_exe = python.find_installation(required: true) variable
39 python_exe = python.find_installation(required: true) variable
299 base::FilePath python_exe = PythonBatToExe(candidate_bat); in FindWindowsPython() local