install python pip on mac 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: mac os install python 3
brew install python3
Example 3: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
Example 4: install python 3 on mac
$ brew install python3