install pip3 for python 3.6 ubuntu code example
Example 1: ubuntu pip3
sudo apt-get -y install python3-pip
Example 2: pip3.8 install ubuntu
$ sudo apt update
$ sudo apt install python3-pip
Example 3: ubuntu use pip as pip3
alias pip=pip3
sudo apt-get -y install python3-pip
$ sudo apt update
$ sudo apt install python3-pip
alias pip=pip3