From 26e2bec5911772db5ae0923d9dc5be79cb05ed62 Mon Sep 17 00:00:00 2001 From: Birger Skogeng Pedersen Date: Mon, 29 Jan 2018 12:47:29 +0100 Subject: [PATCH] Changed Python version in Debian/Ubuntu install instructions 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 1c28fcf8a72..78f144edd2f 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```