windows pip command not found code example
Example 1: pip not found after installation
#for pip, and not pip3:
sudo apt-get install python-pip
Example 2: bash: pip: command not found
apt-get install python3-pip
Example 3: command not found: pip
apt-get install python3-pip