how to install pip on a mac terminal code example
Example 1: install pip on macos
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo easy_install pip
Example 2: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
Example 3: brew install pip
$ pip -V
$ pip3 -V