DEV Community

Discussion on: Help with Pipenv

Collapse
 
smirza profile image
Suhail

Ensure you choose the right pip environment (if you are having multiple versions of python running on your system) at the time of installing pipenv.

Run pipenv --help to see if pipenv is working otherwise.

PS: giving the entire snip of the error that you are getting from the terminal prompt would be helpful.

Collapse
 
muzisihlongonyane profile image
MuziSihlongonyane

I've recently re-installed python, and deleted the old versions I had.

When running 'pipenv --help' I get

'''

NameError Traceback (most recent call last)
in
----> 1 help(pip)

NameError: name 'pip' is not defined

'''