pip command not found mac code example
Example 1: bash: pip: command not found
apt-get install python3-pip
Example 2: pip installer for mac
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Example 3: pip command not found macos
sudo easy_install pip