From 77a8e479140f4d45d4d937c4fecfdbd1355384a3 Mon Sep 17 00:00:00 2001 From: birgersp Date: Sun, 4 Mar 2018 20:23:08 +0100 Subject: [PATCH] Changed Python version in Debian/Ubuntu install instructions (#1043) As discussed in #1042. --- docs/arduino-ide/debian_ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/arduino-ide/debian_ubuntu.md b/docs/arduino-ide/debian_ubuntu.md index 1c28fcf8..78f144ed 100644 --- a/docs/arduino-ide/debian_ubuntu.md +++ b/docs/arduino-ide/debian_ubuntu.md @@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS cd esp32 && \ git submodule update --init --recursive && \ cd tools && \ - python get.py + python2 get.py ``` - Restart Arduino IDE @@ -32,4 +32,4 @@ Installation instructions for Debian / Ubuntu OS cd esp32 && \ git submodule update --init --recursive && \ cd tools && \ - python get.py``` + python2 get.py```