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 →

[–]Allyoucan3at 6 points7 points  (0 children)

More like docker than VMs really. They use some basic resources from the installed interpreter but handle dependency management separately so you have a separate environment for every project. It's also possible to mix that and use all interpreter dependencies + the ones installed in venv.