install pip brew code example
Example 1: brew install pip
$ sudo pip install --upgrade pip
Example 2: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
Example 3: brew install pip python3
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Example 4: brew install pip
$ sudo easy_install pip
Example 5: brew install pip
$ brew unlink python && brew link python