We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50f025 commit df954b9Copy full SHA for df954b9
docs/arduino-ide/debian_ubuntu.md
@@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS
16
cd esp32 && \
17
git submodule update --init --recursive && \
18
cd tools && \
19
- python get.py
+ python2 get.py
20
```
21
- Restart Arduino IDE
22
@@ -32,4 +32,4 @@ Installation instructions for Debian / Ubuntu OS
32
33
34
35
- python get.py```
+ python2 get.py```
0 commit comments