pip install brew code example
Example 1: how to install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Example 2: brew install pip
$ sudo pip install --upgrade pip
Example 3: brew install pip
$ brew unlink python && brew link python
Example 4: brew PIP
python3 -m pip install --upgrade setuptools