Python -m pip install python was not found code example
Example 1: pip3 not found
sudo apt-get remove python3-pip; sudo apt-get install python3-pip
Example 2: raspi pip command not found
sudo apt-get update
sudo apt-get install python-pip
sudo apt-get remove python3-pip; sudo apt-get install python3-pip
sudo apt-get update
sudo apt-get install python-pip