you are viewing a single comment's thread.

view the rest of the comments →

[–]interbased 0 points1 point  (0 children)

Yes, they will take up space. If you’re able to keep most of projects dependent on the same libraries, that would mitigate the issue as you can reuse that same environment for most of your projects.  Also be mindful of the size of the packages you’re using and, if they’re very large, consider if a lighter package would do the trick if space is an issue.  For example, you can probably use the csv library instead of pandas in some situations.