pip alone command doesnt work code example
Example 1: 'pip' is not recognized as an internal or external command, operable program or batch file.
py -m pip install [packagename]
Example 2: pipenv install --python 3.8 jupyter is not recognised as an internal commmand
python -m pip install [packagename]