[Tutor] Trouble Downloading To MacOS Mojave 10.14.3 released mid 2014
Zachary Ware
zachary.ware+pytut at gmail.com
Wed Mar 13 12:40:52 EDT 2019
On Wed, Mar 13, 2019 at 7:06 AM Robert Landers <hm3landers at gmail.com> wrote:
> Hello Tutor,
Hi Robert, and welcome!
> I am having trouble finding a python 3.7.2 download for my MacOS Mojave
> 10.14.3 released mid 2014.
If you go to https://www.python.org/downloads/, the large yellow
"Download Python ..." button near the top of the page should give you
the installer for the latest version of Python.
> I would like to use Xcode to learn python.
Xcode doesn't really have any support for Python. You may be able to
use it to edit Python code, but you'll probably be happier with any
number of other editors that do properly support Python, like VS Code,
PyCharm, Sublime, or Atom (full disclosure: of those I've only used VS
Code and PyCharm, and usually use vim instead).
> Is my OS too old?
No, in fact I'm pretty sure you have the latest version (for
reference, macOS Mojave 10.14.3 was released a month ago on 7Feb2019)
:). The Python installer may say 10.9, but that is the minimum
required version; anything later than that is supported (including
10.14).
Hope this helps,
--
Zach
More information about the Tutor
mailing list