From d936c49d532eaf6c4a5b8981765066cbc0b5a829 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 14 Sep 2019 15:01:28 +0200 Subject: tools: consistently use 'sys.executable' instead of 'python' (#2950) --- tools/prebuilt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/prebuilt.py') diff --git a/tools/prebuilt.py b/tools/prebuilt.py index 218ffae3c..f5e6c3e42 100644 --- a/tools/prebuilt.py +++ b/tools/prebuilt.py @@ -7,7 +7,7 @@ from third_party import tp, google_env def download_prebuilt(sha1_file): run([ - "python", + sys.executable, tp('depot_tools/download_from_google_storage.py'), '--platform=' + sys.platform, '--no_auth', -- cgit v1.2.3