pip command not found in linux code example
Example 1: apt-add-repository command not found
sudo apt-get install software-properties-common
sudo apt-get update
Example 2: bash: pip: command not found
apt-get install python3-pip
Example 3: gcc: Command not found
sudo apt-get install gcc
Example 4: command not found: pip
apt-get install python3-pip