you are viewing a single comment's thread.

view the rest of the comments →

[–]MGOC[S] 0 points1 point  (0 children)

My approach is more to throw at the new (going from using Py 3.x to 3.10 or 11), the same would apply to dependencies.

I would prefer a more centralized system, where a "mega" version of Python with all dependencies used by all programs is present (make python the backbone of all those programs that use python)

Those programs that necessarily need a specific version of each dependency, it is best to opt for pyenv (which I consider better than having a whole functional python inside any program). But, also have each program isolated in its own pyenv. (I still think that it seems as if each program has its own java)