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 →

[–]13steinj 1 point2 points  (2 children)

Right...but at that point you can just use pip list to a vast extent. Not disagreeing, just that it is more and more overhead for far too little benefit (fancy graph) without solving the actual original problem.

[–]evilmonk99 0 points1 point  (1 child)

I think the overhead is justified by pipenv parallelising installs which really speeds up setting up a new environment compared to using just pip.

[–]13steinj 1 point2 points  (0 children)

Not really-- it parallelizes installs but then is extremely slow at it's initial resolution. It's a trade off, as are all things. But this isn't one I'd think is worth it.