pip is on path but it doesn't work code example
Example 1: pip install doesn't work
If youre in windows, try:
python -m pip install <lib>
Example 2: pip is not a batch command but python is installed
python -m pip install [packagename]
If youre in windows, try:
python -m pip install <lib>
python -m pip install [packagename]