[Bigjob-users] Python Bootstrap Script
Ole Weidner
oweidner at cct.lsu.edu
Thu Oct 27 20:40:05 CDT 2011
All,
you might find this little script that I wrote helpful to bootstrap a custom Python environment on the fly on a remote machine or cluster that doesn't have virtualenv or setuptools installed. The script can be found at https://gist.github.com/1321016, but you can use it directly via curl:
For example via saga or even globus-job-run:
globus-job-run tuscany.med.harvard.edu:2119/jobmanager-fork "/bin/bash" -c "curl -fsSLk https://raw.github.com/gist/1321016 > pystrap.sh && /bin/sh pystrap.sh -lbigjob,redis"
Et voilà!
Cheers,
Ole
More information about the Bigjob-users
mailing list