Pipenv not found on command line(WINDOWS)
Problem Description:
I have installed pipenv but when I try to use pipenv it says pipenv not found
I installed pipenv using pip install pipenv. And pipenv installed successfully. But when I try to use pipenv, pipenv is not found in the command line
Solution – 1
- right-click the "Windows" icon and select System.
- Under the settings you will see the "Advanced system settings"
And add your pipenv path to environment settings;
Finally close the current terminal and re-open then try again.