|
|
|
|
|
by skohan
1807 days ago
|
|
The think that makes this worse than other ecosystems is: 1. virtualenv shouldn't be necessary. This is more or less the same concept as containerization. This is only needed because python has a fractured ecosystem, and setting up your environment for one project can break another. 2. you also have to know which environment encapsulation and package management solution the library author is using - this is not standardized |
|