From f24401bbd0a9145a6fb81f98568249a7fd5a1dfa Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 28 May 2022 10:36:52 +0200 Subject: [PATCH] Explicitly use Python3 in esp-tool --- Release/esptool/esptool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release/esptool/esptool.py b/Release/esptool/esptool.py index 01176af..3b62111 100755 --- a/Release/esptool/esptool.py +++ b/Release/esptool/esptool.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # ESP8266 & ESP32 family ROM Bootloader Utility # Copyright (C) 2014-2021 Fredrik Ahlberg, Angus Gratton, Espressif Systems (Shanghai) CO LTD, other contributors as noted.