Aaron Bostick schrieb:

Thanks a bunch!  I didn't realize you could dump a listing like this.
What command did you use to produce this listing?

easy_install -zamxd <egg-cache> TurboGears # and some more packages
cd <egg-cache>
ls -1 | sed -e 's#-py2.4.egg##' -e 's#-py2.4-linux-i686.egg##' -e 's#-#==#' \
 > requirements.txt

+ some manual sorting

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to