python@3.10
brew install python@3.10
v3.10.20_3
Python-2.0
Python 3.10 interpreter — older stable branch for legacy projects and tools (not latest).
Why you might care
Install this if your project or tool requires Python 3.10 specifically and cannot upgrade to 3.11+. Homebrew maintains older Python point-releases in parallel so you can avoid system Python or version conflicts. This is not the current recommended version; use python (no version suffix) for the latest stable 3.x unless you have compatibility constraints.
23.8k
30-day installs · #212
71.1k
90-day · #223
347.1k
365-day · #194
Runtime dependencies
Build dependencies
Links
- https://www.python.org/
- Brew formula source: Formula/p/python@3.10.rb
Caveats
Python is installed as $HOMEBREW_PREFIX/bin/python3.10 Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to `python3.10`, `python3.10-config`, `pip3.10` etc., respectively, are installed into $HOMEBREW_PREFIX/opt/python@3.10/libexec/bin You can install Python packages with pip3.10 install <package> They will install into the site-package directory $HOMEBREW_PREFIX/lib/python3.10/site-packages `idle3.10` requires tkinter, which is available separately: brew install python-tk@3.10 If you do not need a specific version of Python, and always want Homebrew's `python3` in your PATH: brew install python3 See: https://docs.brew.sh/Homebrew-and-Python
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"Python 3.11+",
"pyenv",
"conda"
],
"build_dependencies": [
"pkgconf"
],
"categories": [
"language-runtime",
"interpreter"
],
"caveats": "Python is installed as\n $HOMEBREW_PREFIX/bin/python3.10\n\nUnversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to\n`python3.10`, `python3.10-config`, `pip3.10` etc., respectively, are installed into\n $HOMEBREW_PREFIX/opt/python@3.10/libexec/bin\n\nYou can install Python packages with\n pip3.10 install \u003cpackage\u003e\nThey will install into the site-package directory\n $HOMEBREW_PREFIX/lib/python3.10/site-packages\n\n`idle3.10` requires tkinter, which is available separately:\n brew install python-tk@3.10\n\nIf you do not need a specific version of Python, and always want Homebrew\u0027s `python3` in your PATH:\n brew install python3\n\nSee: https://docs.brew.sh/Homebrew-and-Python\n",
"conflicts_with": [],
"dependencies": [
"gdbm",
"mpdecimal",
"openssl@3",
"readline",
"sqlite",
"xz"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Interpreted, interactive, object-oriented programming language",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:44+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "python@3.10",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.python.org/",
"homepage_og_description": "The official home of the Python Programming Language",
"homepage_og_image": "https://www.python.org/static/opengraph-icon-200x200.png",
"homepage_title": "Welcome to Python.org",
"installs_30d": 23840,
"installs_365d": 347084,
"installs_90d": 71126,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Python-2.0",
"llm_generated_at": "2026-06-20T23:43:26+00:00",
"llm_model": "claude-haiku-4-5",
"name": "python@3.10",
"oldnames": [],
"one_liner": "Python 3.10 interpreter \u2014 older stable branch for legacy projects and tools (not latest).",
"optional_dependencies": [],
"rank_30d": 212,
"rank_365d": 194,
"rank_90d": 223,
"raw_hash": "34fdd9e409a22a46",
"recommended_dependencies": [],
"revision": 3,
"ruby_source_path": "Formula/p/python@3.10.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"bzip2",
"expat",
"libffi",
"libxcrypt",
"ncurses",
"unzip"
],
"version_head": null,
"version_stable": "3.10.20",
"versioned_formulae": [
"python@3.14",
"python@3.13",
"python@3.12",
"python@3.11",
"python@3.9"
],
"why_use_this": "Install this if your project or tool requires Python 3.10 specifically and cannot upgrade to 3.11+. Homebrew maintains older Python point-releases in parallel so you can avoid system Python or version conflicts. This is not the current recommended version; use python (no version suffix) for the latest stable 3.x unless you have compatibility constraints."
}