8000 Changed Python version in Debian/Ubuntu install instructions (#1043) · lsacheto/arduino-esp32@77a8e47 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77a8e47

Browse files
birgerspme-no-dev
authored andcommitted
Changed Python version in Debian/Ubuntu install instructions (espressif#1043)
As discussed in espressif#1042.
1 parent 3310e2e commit 77a8e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/arduino-ide/debian_ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS
1616
cd esp32 && \
1717
git submodule update --init --recursive && \
1818
cd tools && \
19-
python get.py
19+
python2 get.py
2020
```
2121
- Restart Arduino IDE
2222

@@ -32,4 +32,4 @@ Installation instructions for Debian / Ubuntu OS
3232
cd esp32 && \
3333
git submodule update --init --recursive && \
3434
cd tools && \
35-
python get.py```
35+
python2 get.py```

0 commit comments

Comments
 (0)
0