xxxxxxxxxx
# Install Homebrew if it's not already installed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Update Homebrew to make sure it's up-to-date
brew update
# Install Python using Homebrew
brew install python