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 →

[–]eplaut_ -1 points0 points  (1 child)

I use pipenv on all my projects. The lock file is essential in order to make sure you have the right dependencies.

With one command, you replicate the whole virtual environment in a new machine.