ubuntu Command 'pip' not found code example
Example 1: bash: pip: command not found
apt-get install python3-pip
Example 2: pip not found
python -m ensurepip
##possibly the best way to autmatically install pip, if it is not found
Example 3: command not found: pip
apt-get install python3-pip