I\'m new to Python development and attempting to use pipenv. I ran the command pip install pipenv, which ran successfully:
pip install pipenv
... Successfully buil
I tried this:
python -m pipenv # for python2
python3 -m pipenv # for python3
Hope this can help you.