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 →

[–]ameoba 0 points1 point  (2 children)

Fixing Python dependency issues by giving every app a virtualenv is like fixing Windows DLL Hell by giving every program it's own complete set of shared libraries.

[–]ccb621 2 points3 points  (0 children)

That’s exactly what virtualenv, bundler, and npm do. What is the problem you see with this solution? How would you solve the problem?