Install Homebrew on Mac /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Install pyenv to Manage Your Python Versions brew install pyenv Use pyenv to Install Python or Update Your Python Version
Tutotial url https://www.youtube.com/watch?v=zDYL22QNiWk&t=151s Install pipenv pip3 install pipenv Install a package pipenv install package_name