pip install homebrew code example
Example 1: install homebrew on ubuntu
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv)
Example 2: brew install pip
$ sudo pip install --upgrade pip
Example 3: brew install pip
$ pip -V
$ pip3 -V