pip 3 ubuntu code example
Example 1: ubuntu pip3
sudo apt-get -y install python3-pip
Example 2: ubuntu use pip as pip3
alias pip=pip3
Example 3: ubuntu install pip
cd /tmp
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py