Catalina Python3
In Catalina 10.15.4, from Terminal, python2 -version returns Python 2.7.16 python3 -version returns Python 3.7.3 which python or python -version tells what version is used by default. To use python3 instead of python2, I added an alias echo 'alias python='python3' /.zshrc. Using Python on a Macintosh¶ Author. Bob Savage Python on a Macintosh running Mac OS X is in principle very similar to Python on any other Unix platform, but there are a number of additional features such as the IDE and the Package Manager that are worth pointing out. How to set python version to python3,i have install python3. Cclauss changed the title Python version for MAC catalina Python version for macOS Catalina May 11, 2021.
(This is a reminder to myself, and maybe a help for someone else who might be in the same situation as me. The purpose was to be able to lint documentation I’m trying to update for the pip project work.)
$ xcrun python3 Python 3.7.3 (default, Sep 5 2019, 17:14:41) Clang 11.0.0 (clang-1100.0.33.8) on darwin. However, I notice you mention that you are using IDLE from Python 3.7.3. If so, be aware that that is not the latest release of either Python 3 or Python 3.7 (3.7.3 predates Catalina.) 3.7.7 is the most recent for 3.7 but Python 3.8 is now current and its most recent release, 3.8.3, has the most up-to-date support for 10.15.
This applies to installing “the latest” Python on Mac OS X 10.15.6.
I’ve used this helpful How-TO. Everything worked until the very end where brew couldn’t create a necessary directory:
(no idea why!)
I reran install python and got:
Solution (hack?)
The solution was to create the /usr/local/Framworks directory manually:
Then change the owner and group to mirror other directories (bernard:admin)
And finally run the brew link command from above:
And then I could start what I wanted to actually do. 🙂
Release Date: Aug. 17, 2020
Python 3.7.9 was a security release of Python 3.7.
There are now newer security releases of Python 3.7 that supersede 3.7.9 and Python 3.9 is now the latest feature release of Python 3. Get the latest releases of 3.7.x and 3.9.x here.Python 3.7.8 was the last bugfix release of Python 3.7 before 3.7 entered the security-fix phase of its life cycle. We plan to provide security fixes until mid 2023, five years after its initial release. Note that there are updated binary installers available for 3.7.9.
Binary installers are normally not provided for security fix releases. However, since 3.7.8 was the last 3.7.x bugfix release and there are security fixes published in 3.7.9 that apply to users of some of the binary installers provided with 3.7.8, we have made an exception for 3.7.9 and are also updating the Windows and macOS binary installers. We do not plan to provide further binary updates for future 3.7.x security releases.
Catalina Python 32-bit
Please see the Full Changelog link for more information about the contents of this release and see What’s New In Python 3.7 for more information about 3.7 features.
- PEP 537, 3.7 Release Schedule
- Report bugs at https://bugs.python.org.
- Help fund Python and its community.
- The binaries for AMD64 will also work on processors that implement the Intel 64 architecture. (Also known as the 'x64' architecture, and formerly known as both 'EM64T' and 'x86-64'.)
- There are now 'web-based' installers for Windows platforms; the installer will download the needed software components at installation time.
- There are redistributable zip files containing the Windows builds, making it easy to redistribute Python as part of another software package. Please see the documentation regarding Embedded Distribution for more information.
Catalina Python 3
- Please read the 'Important Information' displayed during installation for information about SSL/TLS certificate validation and the running the 'Install Certificates.command'.
- As of 3.7.7, we provide one installer: 64-bit-only that works on macOS 10.9 (Mavericks) and later systems. The deprecated 64-bit/32-bit installer variant for macOS 10.6 (Snow Leopard) is no longer provided.
- As of 3.7.7, macOS installer packages are now compatible with the full Gatekeeper notarization requirements of macOS 10.15 Catalina including code signing.
Catalina Python 3d
Version | Operating System | Description | MD5 Sum | File Size | GPG |
---|---|---|---|---|---|
Gzipped source tarball | Source release | bcd9f22cf531efc6f06ca6b9b2919bd4 | 23277790 | SIG | |
XZ compressed source tarball | Source release | 389d3ed26b4d97c741d9e5423da1f43b | 17389636 | SIG | |
macOS 64-bit installer | macOS | for OS X 10.9 and later | 4b544fc0ac8c3cffdb67dede23ddb79e | 29305353 | SIG |
Windows help file | Windows | 1094c8d9438ad1adc263ca57ceb3b927 | 8186795 | SIG | |
Windows x86-64 embeddable zip file | Windows | for AMD64/EM64T/x64 | 60f77740b30030b22699dbd14883a4a3 | 7502379 | SIG |
Windows x86-64 executable installer | Windows | for AMD64/EM64T/x64 | 7083fed513c3c9a4ea655211df9ade27 | 26940592 | SIG |
Windows x86-64 web-based installer | Windows | for AMD64/EM64T/x64 | da0b17ae84d6579f8df3eb24927fd825 | 1348904 | SIG |
Windows x86 embeddable zip file | Windows | 97c6558d479dc53bf448580b66ad7c1e | 6659999 | SIG | |
Windows x86 executable installer | Windows | 1e6d31c98c68c723541f0821b3c15d52 | 25875560 | SIG | |
Windows x86 web-based installer | Windows | 22f68f09e533c4940fc006e035f08aa2 | 1319904 | SIG |