From 43c5f7970380aaf9618f01a26b54572806e139e3 Mon Sep 17 00:00:00 2001 From: David Neto Date: Thu, 6 Jun 2024 11:40:04 -0400 Subject: [PATCH] check_language.py: use env to look for python3 Addresses only one part of #908 Issue: #908 --- tools/check_language.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_language.py b/tools/check_language.py index b7ca528b2..c0e68580b 100755 --- a/tools/check_language.py +++ b/tools/check_language.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2020 The Amber Authors. All rights reserved. #