First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

Jason Grout gravatar image

I would use Sage to zip up all the files into one file:

from subprocess import call
call("zip -r all.zip %s/*"%DATA,shell=True)