how to use python to install pip mac os code example
Example 1: pip installer for mac
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Example 2: pip command not found macos
sudo easy_install pip
Example 3: installing pipi on macos
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py