# Install lastest python brew install python3 # Install specific versions of python brew install python@3.8 brew install python@3.13 # Install global python pacakges # pip3 install setuptools brew install virtualenv