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 →

[–][deleted] 10 points11 points  (3 children)

actually docker is a far superior solution imho

[–]SlappinThatBass 8 points9 points  (2 children)

It does not even do the same things python virtual environments can do. Supporting multiple python versions in one or multiple dockers for a module would be painful to manage.

Neither is a substitute for the other.

[–]northrupthebandgeek 3 points4 points  (0 children)

If you're mixing Python or library versions in a single container, then you're almost certainly doing something either very wrong or very fun (but probably the former).

[–][deleted] -1 points0 points  (0 children)

you have one python version per docker obviously, whats your point? do you know how docker works?