As far as I know, pipenv
creates a virtual environment if you are already not working inside one. But if I already have one running, then why use pipenv
?
Asked
Active
Viewed 77 times
1 Answers
1
I think you need to check comparison between pip, pipenv and poetry. Take a look Feature comparison between npm, pip, pipenv and poetry package managers
In brief for me pipenv and poetry have additional features, like resolving dependencies if two packages depend from another package.

Anton Pomieshchenko
- 2,051
- 2
- 10
- 24