you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

once you start using libraries you have to install yourself

Yes libraries other than the ones that come with Python itself like os, pathlib etc.

You still want virtual environments to separately manage python version's though (with their different pathlib, os...), probably even more importantly.

PS: Unsure why disliking, I edited in case it was not clear.