pip module installed but command not found code example
Example 1: command not found: pip
apt-get install python3-pip
Example 2: module installed but not found python
>/bin/env python -m pip install --upgrade mymodule
# or
/bin/env python -m pip install --upgrade mymodule