
On May 13, 2020, at 11:13 PM, Amber Brown <hawkowl@atleastfornow.net> wrote:
On Thu, 14 May 2020, at 16:09, Hynek Schlawack wrote:
On 14. May 2020, at 07:04, Amber Brown (hawkowl) <hawkowl@atleastfornow.net> wrote:
- MacOS doesn't ship a Python 3, but homebrew/python.org offer 3.8 easily.
FWIW this is not true anymore. Catalina comes – for all its faults – with Python 3.7:
*puts fingers in ears* sorry I can't hear you, I'm in my happy place where I don't have to think of software in ".framework" folders la la la la
Oh hawkowl. Either you die an a.out, or you live long enough to become a .dylib
.... But, it's good to know, anyway.
Unfortunately it's only kind of true! $ /usr/bin/python3 Python 3.7.3 (default, Apr 7 2020, 14:06:47) [Clang 11.0.3 (clang-1103.0.32.59)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import sys sys.executable '/Applications/Xcode.app/Contents/Developer/usr/bin/python3'
You can also get one from /Library/Developer/CommandLineTools/usr/bin/python3 if you do `xcode-select --install` but it's not present in the macOS base image and you can't use it from applications. -g