Hacker News new | ask | show | jobs
by michaelmrose 541 days ago
In better designed systems than python they do. To share them with python you need something with dedup. Eg BTRFS ZFS
1 comments

Python's venv design is not obviously unintelligent. It must work on all sorts of filesystems, which limits how many copies can be stored and how they can be associated. More advanced filesystems can support saving space explicitly for software that exploits them, and implicitly for everyone, but there is a cost to everything.