On Mon, Dec 1, 2008 at 2:29 AM, Timur Izhbulatov <[EMAIL PROTECTED]> wrote: > > 2008/11/27 Mark Ramm <[EMAIL PROTECTED]>: >> >> We have created a new index at: >> >> http://www.turbogears.org/2.0/downloads/1.9.7b2/index/ >> >> So if you create a new virtualenv with the --no-site-packages option >> (or if you want to play fast and free with your system TG2 install) >> >> you should be able to get a fully functional TG2 install with all the >> latest goodness by activating your virtualenv and doing: >> >> easy_install http://www.turbogears.org/2.0/downloads/1.9.7b2/index/ >> tg.devtools >> >> Let us know if there are any problems, if not we'll do a real release >> of this after thanksgiving, probably Monday. > > 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 It does work on Debian stable python 2.4. Thanks, Lucas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
