brew install python@3.11
Also known as: python, python3, python@3
Interpreted, interactive, object-oriented programming language
License: Python-2.0
Formula JSON API: /api/formula-core/python@3.11.json
Bottle JSON API: /api/bottle-core/python@3.11.json
Formula code: python@3.11.rb
on GitHub
Bottle (binary package) installation support provided for:
Intel | ventura | ✅ |
---|---|---|
monterey | ✅ | |
big sur | ✅ | |
64-bit linux | ✅ | |
Apple Silicon | ventura | ✅ |
monterey | ✅ | |
big sur | ✅ |
Current versions:
stable | ✅ | 3.11.3 |
Other versions:
python@3.10 | 3.10.11 | Interpreted, interactive, object-oriented programming language |
python@3.9 | 3.9.16 | Interpreted, interactive, object-oriented programming language |
python@3.8 | 3.8.16 | Interpreted, interactive, object-oriented programming language |
python@3.7 | 3.7.16 | Interpreted, interactive, object-oriented programming language |
Depends on:
mpdecimal | 2.5.1 | Library for decimal floating point arithmetic |
openssl@1.1 | 1.1.1t | Cryptography and SSL/TLS Toolkit |
sqlite | 3.41.2 | Command-line interface for SQLite |
xz | 5.4.2 | General-purpose data compression with high compression ratio |
Depends on when building from source:
pkg-config | 0.29.2 | Manage compile and link flags for libraries |
Python has been installed as $HOMEBREW_PREFIX/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, have been installed into $HOMEBREW_PREFIX/opt/python@3.11/libexec/bin You can install Python packages with pip3 install <package> They will install into the site-package directory $HOMEBREW_PREFIX/lib/python3.11/site-packages tkinter is no longer included with this formula, but it is available separately: brew install python-tk@3.11 gdbm (`dbm.gnu`) is no longer included in this formula, but it is available separately: brew install python-gdbm@3.11 `dbm.ndbm` changed database backends in Homebrew Python 3.11. If you need to read a database from a previous Homebrew Python created via `dbm.ndbm`, you'll need to read your database using the older version of Homebrew Python and convert to another format. `dbm` still defaults to `dbm.gnu` when it is installed. For more information about Homebrew and Python, see: https://docs.brew.sh/Homebrew-and-Python |