Search code examples
pythonwindowspipenv

I can't run `pipenv install <package>`: "'pipenv' is not recognized as an internal or external command, operable program or batch file. "


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

Solution

  • I solved it by re-installing python then checked the check box called " add python to PATH " and it worked perfect with no errors