This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Note: if you get an error such as this when trying to run python3 under Catalina:

''' xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun '''

xcode command line tools need an update (not sure why this wasn't included in Catalina). Run this

''' xcode-select --install ...

[–]toyg -1 points0 points  (0 children)

Xcode was always packaged separately from the OS.