Python packages fill disk space

I need to install a lot of python packages for a project. Installing them all would bring my disk usage to more than 100% (without uploading the app). I want to suggest that Python packages count towards the node modules quota

Thanks for bringing this up! Its a bit like this post:

For now I guess you could just use .gitignore.

1 Like

@RiversideRocks Git isn’t the problem here. It’s the packages themselves filling my disk space. I wanted to use /tmp/XXX as install directory, but this comes with a lot of disadvantages:
-Server taking really long to start, because every package needs to be reinstalled
-High bandwidth usage