Searched refs:python_dir (Results 1 – 2 of 2) sorted by relevance
123 for python_dir in $python_dirs125 if [ ! -d "${python_dir}" ]129 echo "Making directory ${python_dir}"131 mkdir -p "${python_dir}"135 echo "${python_dir} already exists."139 if [ ! -d "${python_dir}" ]141 echo "Error: Unable to find or create ${python_dir}" >&2
223 python_dir = sorted(glob.glob(os.path.join(depot_tools_path, variable226 env['PATH'] = python_dir + os.pathsep + env.get('PATH', '')228 [os.path.join(python_dir, 'python.exe')] + sys.argv,