Skip to content

Commit

Permalink
python2 get.py does not work behind proxy (#2349)
Browse files Browse the repository at this point in the history
Executing python2 get.py behind proxy give error "IOError: [Errno socket error] [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590)"
  • Loading branch information
tanishqjasoria authored and me-no-dev committed Jan 22, 2019
1 parent 2ba1e66 commit 00a546e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/arduino-ide/debian_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS
cd esp32 && \
git submodule update --init --recursive && \
cd tools && \
python2 get.py
python3 get.py
```
- Restart Arduino IDE

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

0 comments on commit 00a546e

Please sign in to comment.