>> Doesn't seem to work on Debian stable (Etch) with Python 2.4 (the >> default) and Python 2.5 (explicitly specified when creating >> virtualenv). With 2.5 output is basically the same, so I don't include >> it here. >> >> $ python .virtualenvs/virtualenv.py --no-site-packages --verbose > >> $ easy_install -f >> http://www.turbogears.org/2.0/downloads/1.9.7b2/index/ tg.devtools > > > I think the command is -i not -f: > easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7b2/index/ > tg.devtools
Yea, we've created our own package index rather than just uploading all the files to directory. This requires the -i option, but makes it easier to create a repeatable install. By the way I've updated the beta2 egg at that index to include gustavo's latest repoze.what integration stuff. I'm having a bit of trouble with getting memcache installed and working so that I can build a complete set of new docs, but when that's done I'll push out a new beta2 release. --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
