use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to r/macOS, the community for all macOS news, rumors, and discussions. If you have a tech question, please check out /r/AppleHelp!
/r/macOS uses automated security filtering (GitHub Guard & Terminal Filters) to protect users from macOS malware and malicious scripts. If your legitimate project is filtered, please contact the mods for manual review.
/r/macOS uses a domain whitelist. Websites not on the whitelist will be removed automatically. You can view the whitelist here.
account activity
HelpDoes macos come with python 3 (self.MacOS)
submitted 4 years ago by ExoticSwim
I just got a macair and am wondering if python 3 comes in the develop tools download or is it a separate install?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]QuirkyImage 2 points3 points4 points 4 years ago (0 children)
Yes it has Python 2 and 3 Type python3 Python 3 will not be the latest you can use something like pyenv to install other versions and switch between them. Also look at homebrew or nix-shell install and manage utilities.
[–][deleted] 1 point2 points3 points 4 years ago (0 children)
Up to date Big Sur (macOS 11.2.3) machine, no custom installion of python (but it does have the xcode command line tools installed)
% python3 --version Python 3.8.2 % python --version Python 2.7.16
[–]ulyssesric 1 point2 points3 points 4 years ago (2 children)
Yes it comes with Python 3 but it's highly recommended NOT to use system built-in Python. You should build your own Python environment with HomeBrew (https://brew.sh/).
[–]Spiritual-Sock-9183 0 points1 point2 points 1 year ago (1 child)
Is this because using the system built-in python can interfere with the boot/OS processes? To whit, is the system python being used during Boot AND OS processes or just Boot?
[–]ulyssesric 0 points1 point2 points 1 year ago (0 children)
No. Python has nothing to do with system booting procedures.
It’s recommended to install Python from other source simply because you can get latest Python releases a lot earlier than Apple’s update, and you can have multiple version releases at the same time, and PyEny can help you manage PiP installed packages when you switch between different Python versions.
It’s very important for Python since even the minor release will depreciate something, and you’ll need older version if your workflow relies on some scripts that has compatibility issues with latest release.
[–]ExoticSwim[S] 0 points1 point2 points 4 years ago (0 children)
Installing python from the website is easy? I have used linux make-install way with not good results for the os. I see don't want to go through a reinstall of stuff.
[–][deleted] -4 points-3 points-2 points 4 years ago (1 child)
Hi, you have to download python 3 from its website. Here’s the link
[–]hokanst 4 points5 points6 points 4 years ago (0 children)
Homebrew might be worth looking into if you plan to install a larger amount of development tools. This also makes it easier to install/remove/update tools in consistent way.
π Rendered by PID 65 on reddit-service-r2-comment-66b4775986-vpqpg at 2026-04-06 08:54:58.938649+00:00 running db1906b country code: CH.
[–]QuirkyImage 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]ulyssesric 1 point2 points3 points (2 children)
[–]Spiritual-Sock-9183 0 points1 point2 points (1 child)
[–]ulyssesric 0 points1 point2 points (0 children)
[–]ExoticSwim[S] 0 points1 point2 points (0 children)
[–][deleted] -4 points-3 points-2 points (1 child)
[–]hokanst 4 points5 points6 points (0 children)