Skip to content

Commit 00a546e

Browse files
tanishqjasoriame-no-dev
authored andcommitted
python2 get.py does not work behind proxy (#2349)
Executing python2 get.py behind proxy give error "IOError: [Errno socket error] [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590)"
1 parent 2ba1e66 commit 00a546e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/arduino-ide/debian_ubuntu.md

+2-2
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-
python2 get.py
19+
python3 get.py
2020
```
2121
- Restart Arduino IDE
2222

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

0 commit comments

Comments
 (0)