
Today Python version 3.11 has been released which is said to be 10% to 60% faster compared to its predecessor 3.10 version.
If you want to install Python 3.11 on your Mac, you can make use of the Homebrew package manager.
% brew install python@3.11
...
==> Downloading https://ghcr.io/v2/homebrew/core/python/3.11/manifests/3.11.0
...
==> Installing dependencies for python@3.11: mpdecimal, readline, sqlite and xz
==> Installing python@3.11 dependency: mpdecimal
==> Pouring mpdecimal--2.5.1.arm64_ventura.bottle.tar.gz
🍺 /opt/homebrew/Cellar/mpdecimal/2.5.1: 71 files, 2.2MB
...
🍺 /opt/homebrew/Cellar/xz/5.2.7: 95 files, 1.5MB
==> Installing python@3.11
==> Pouring python@3.11--3.11.0.arm64_monterey.bottle.tar.gz
==> /opt/homebrew/Cellar/python@3.11/3.11.0/bin/python3.11 -m ensurepip
==> /opt/homebrew/Cellar/python@3.11/3.11.0/bin/python3.11 -m pip install -v --no-deps --no-index --upgrade --isolated --target=/opt/homebrew/lib/pyth
==> Caveats
Python has been installed as
/opt/homebrew/bin/python3.11
Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to
`python3.11`, `python3.11-config`, `pip3.11` etc., respectively, have been installed into
/opt/homebrew/opt/python@3.11/libexec/bin
Once installed, based on your Mac Chip type (M1/M2 ARM or Intel) you should get a note in the logs where is Python 3.11 installed on your file system.
Python has been installed as
/opt/homebrew/bin/python3.11
Running the Python 3.11 Shell:
% sudo /opt/homebrew/bin/python3.11
Password:
Python 3.11.0 (main, Oct 25 2022, 13:57:33) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
-
Have Questions? Post them here!
More Posts related to Python,
- Check version of pip package installer for Python
- How to install Python 3.9 using brew on Mac
- Python Program To Calculate Simple Interest (SimpleInterest.py)
- Indent Python code in Notepad++
- Change label (text) color in tkinter
- Float built-in function in Python
- [Fix] ValueError: substring not found in Python
- pip get list of all outdated Python packages
- Calculate discount amount python code
- 3 Python program to add two numbers
- How to List all Packages installed using pip [Python]
- Python range() function examples
- How to resolve Failed to create interpreter PyCharm Error
- Format Python Code in Visual Studio Code (VS Code)
- Validate email address in Python using regular expression (regex)
- Install and Run Jupyter Notebook on Mac (macOS)
- How to delete a file using Python code example
- Base64 Encoding Decoding in Python Programming
- How to pip install Python Modules in VSCode
- Change the background of Tkinter label or text
- Comments in Python Programming
- Take input argument from command line in Python Programming
- How to Convert Python String to DateTime Object
- Tkinter - add x and y padding to label text
- [Tutorial] Install Python on Visual Studio Code (VS Code)
More Posts:
- Change the background of Tkinter label or text - Python
- Disable Fading Edges Scroll Effect Android Views - Android
- How to adjust MacBook Desktop icons size - MacOS
- connection.url property value in hibernate.cfg.xml for mysql - Java
- Tutorial : Simple Lightweight Pure CSS based Vertical Navigation Menu - CSS
- [Solution] Mac Update Stuck Preparing macOS Ventura 13.0 About 30 minutes remaining - MacOS
- Eclipse Java: Multiple markers at this line error - Eclipse
- Save webpage as pdf in Google Chrome for Mac OS X - Mac-OS-X