Closed aueb closed 2 years ago
This looks like it is coming from the esp32 flashing tool actually. I can probably just include a modified version of esp-tool.
On further investigation of this, I am not sure what the correct approach here is, since different OSes have different conventions in regards to naming of the python executable. Would you mind sharing what OS this occurred on?
Just as a workaround for now, you should be able to do:
alias python=python3
The fix has been implemented in the source of esp-tool, and will be released on PyPi soon.
during autoinstall
python3 would work, where can i change this?