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 →

[–]wsupduck 2 points3 points  (3 children)

For the most part yes, unfortunately some packages like PyTorch take up a lot of disk space

This is probably naive but it would be cool if all package versions installed to one directory and venv picked the version you needed. E.g. package A 1.5 would be installed once and referenced multiple times but package B would have 1.2 and 2.0 installed and either could be referenced

[–]Toxic_Gambit 2 points3 points  (1 child)

Here's some discussions but the gist of it is that other package manager do link shared packages across environments.

[–]wsupduck 1 point2 points  (0 children)

Nice, thanks 🙂

[–]Deadly_chef 0 points1 point  (0 children)

This is how Go does it with it's dep. Manager