Python Mac: Upgrade
| Problem | Solution | |---------|----------| | command not found: python | Use python3 or create alias | | SSL certificate errors | /Applications/Python\ 3.x/Install\ Certificates.command | | pip not found | python3 -m ensurepip --upgrade | | Permission denied | Use --user flag: pip3 install --user package |
Use a Package Manager .
python3 -m pip install --upgrade pip