Sample Header Ad - 728x90

Will macOS Big Sur remove the default Python installation for good?

14 votes
5 answers
42606 views
[I initially thought that this would happen with Catalina](https://apple.stackexchange.com/q/361840/321512) , but since it didn't happen, a similar question is again relevant: My question is two fold: - **When I eventually update to macOS Big Sur, will the Python (2.7.X) installation – which currently ships with macOS – get removed from my system?** - **What about if I do a fresh install; will python be gone then?** Relevant section from macOS Catalina 10.15 Release Notes (emphasis mine): >## Scripting Language Runtimes >### Deprecations > - Scripting language runtimes such as Python, Ruby, and Perl are included in macOS for compatibility with legacy software. Future versions of macOS won’t include scripting language runtimes by default, and might require you to install additional packages. If your software depends on scripting languages, it’s recommended that you bundle the runtime within the app. (49764202) > - Use of Python 2.7 isn’t recommended as this version is included in macOS for compatibility with legacy software. **Future versions of macOS won’t include Python 2.7.** Instead, it’s recommended that you run python3 from within Terminal. (51097165) > > Source: https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes I can't find anything about this in [Big Sur's release notes](https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes) though. Edit: I am not actively using Python 2, I'm simply wondering this since it might affect some 3rd party software which relies on the OS's Python installation.
Asked by ruohola (1029 rep)
Nov 12, 2020, 09:17 PM
Last activity: Apr 2, 2025, 03:59 PM