|
|
|
|
|
by kstrauser
245 days ago
|
|
> Why do I need a whole new python environment rather than just scoping the dependencies of an application to that application? But… that’s what a virtualenv is. That’s the whole reason it exists. It lets you run 100 different programs, each with its own different and possibly conflicting dependencies. And yeah, those dependencies are completely isolated from each other. |
|