Whenever I enter
pipenv install django
in the cmd, an error appears:
'pipenv' is not recognized as an internal or external command, operable program or batch file.
I can run:
pip install pipenv
and:
pip install django
I solved it by re-installing python then checked the check box called " add python to PATH " and it worked perfect with no errors