install python packages in ubuntu code example
Example 1: ubuntu pip3
sudo apt-get -y install python3-pip
Example 2: ubuntu install python
# first do:
sudo apt-get update
# after do:
sudo apt-get install python3.6
# then it should be installed
Example 3: install python on ubuntu
sudo apt install python3.8