DEV Community

Discussion on: Why I think pipenv is better than venv! And how to get started with it.

Collapse
 
johnny2311 profile image
Jonathan

I had the same issue with my venv after upgrading Python from 3.8 to 3.9, can I asume that if use pipenv instead on my next projects I'm never goint to have this problem again?

Collapse
 
arthtyagi profile image
Arth • Edited

You most likely won't and even if you somehow did, it'd be very easy to resolve. Would just be a matter of changing the Python version in the Pipfile and that's it.