How to install ESP32 esptool / esptool.py on Ubuntu
The recommended way is to install the current version using pip since the version installed using apt might be out of date:
install_esptool.sh
pip install -U esptoolAfter that, you can use esptool.py - note that you need to call it as esptool.py, not just as esptool!
In case you are missing pip , install python3-dev using apt:
install_python3_pip.sh
sudo apt -y install python3-pipCheck out similar posts by category:
ESP8266/ESP32, Linux, Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow