pip not found mac code example
Example 1: add-apt-repository command not found
sudo apt-get install software-properties-common
Example 2: bash: pip: command not found
apt-get install python3-pip
Example 3: pip command not found macos
sudo easy_install pip