Skip to content

Commit a989853

Browse files
TRANTANKHOAme-no-dev
authored andcommitted
Update mac.md (#1760)
add a troubleshooting hint
1 parent 172802b commit a989853

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Installation instructions for Mac OS
1111
cd esp32 && \
1212
git submodule update --init --recursive && \
1313
cd tools && \
14-
python get.py
14+
python get.py
1515
```
1616
Where `~/Documents/Arduino` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly if necessary!
1717

@@ -20,6 +20,8 @@ Installation instructions for Mac OS
2020
```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun```
2121

2222
```xcode-select --install```
23+
24+
- Try `python3` instead of `python` if you get the error: `IOError: [Errno socket error] [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)` when running `python get.py`
2325

2426
- Restart Arduino IDE
2527

0 commit comments

Comments
 (0)