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 a989853

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

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎docs/arduino-ide/mac.md

Copy file name to clipboardExpand all lines: docs/arduino-ide/mac.md
+3-1Lines changed: 3 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.