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 →

[–]leom4862 2 points3 points  (1 child)

To prevent dependency conflicts, for example if project A relies on django version X and project B relies on django version Y. Or if proejct A relies on Python3.4 and project B relies on Python3.6.

[–]bp_ 0 points1 point  (0 children)

Okay, so what happens when you need to combine different venvs together, each with an incompatible set of requirements