Pipenv command not found error

I double-checked all the checkouts while installing python but still whenever I try to create a virtual env by using the command “pipenv install Django” the terminal shows the command not found. Can someone help me to figure this out?

Are you using Windows, Linux, Mac? As a rule this means you didn’t install pipenv correctly but a lot of the detail depends on your operating system environment.

Don’t capitalize the “D”, it’s “django”.

Does that work for you?