December 9, 2019 · Python

Setup pip3 on Mac / Linux under 2 commands

Linux

sudo apt install python3-pip

Mac

brew install python3
brew postinstall python3