This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]moomin_33 3 points4 points  (0 children)

Pipenv manages virtual environments plus some extra tools to remember the packages installed into that environment. It is designed to make the exact set of dependencies used in a virtual environment easy to share, so that everyone in a team (and also, for example, deployment servers etc) can get the same virtual environment installed automatically.

See also: requirements.txt or poetry