ubuntu pip not working in python 3.7 code example
Example 1: ubuntu pip3
sudo apt-get -y install python3-pip
Example 2: install pip3 for python 3.7
sudo apt install python3-pip
sudo apt-get -y install python3-pip
sudo apt install python3-pip