mac install python pip code example
Example 1: pip installer for mac
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Example 2: brew install pip
$ pip -V
$ pip3 -V
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ pip -V
$ pip3 -V