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
4n07hER H4x0rin9 N07e2
Linux
sudo apt install python3-pip
Mac
brew install python3
brew postinstall python3