Post #1583754
2022-11-10 08:07 UTC
@HelloAndrew @dougholton @timhutton macOS makes this very easy. https://support.apple.com/en-gb/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac explains how to open the terminal. I think Python is preinstalled on Macs.
Replies (2)
-
@HelloAndrew@mastodon.social 2022-11-10 08:10
@dorward @dougholton @timhutton thanks!
-
@Linkshaender@bildung.social 2022-11-10 12:31
@timhutton @dougholton @dorward @HelloAndrew Starting with macOS 12.3, there is no Python installed anymore. You have to install Python 3.x yourself. Before that, Apple only came with the old Python 2.7 which is not able to run the script above as it uses Python 3 language features.