|
|
|
|
|
by hot_gril
1197 days ago
|
|
I've never used anything but vanilla Python venvs, and no they don't work reliably. What does is a Docker container. I keep hearing excuses for it, but the prevalence of Dockerfiles in GitHub Python projects says it all. This is somehow way less of an issue in NodeJS, maybe because local environments were always the default way to install things. |
|
There's also NodeJS's ability for dependencies to simultaneously use conflicting sub-dependencies.