Which Python version is bundled with macOS Sonoma 14 by default


tl;dr: Python 3.9.6 is the version of Python bundled with macOS Sonoma 14.

Sonoma 14 is the latest version of macOS for the Mac. If you want to know which version of Python is bundled with Sonoma you can check by running the Python3 version command on the Terminal.

python3 --version

Python 3.9.6
Python 3.9.6 is default on macOS Sonoma

Since macOS Monterrey 12.3, Python 2 has been removed from macOS, only Python 3.x.x is available pre-installed.

-

Facing issues? Have Questions? Post them here! I am happy to answer!


Author: Rakesh
Author Info:

Rakesh is a seasoned developer with over 10 years of experience in web and app development, and a deep knowledge of operating systems. Author of insightful How-To articles for Code2care.

Follow him on: X

Copyright © Code2care 2023 | Privacy Policy | About Us | Contact Us | Sitemap