2008/12/1 Mark Ramm <[EMAIL PROTECTED]>: > >>> 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.
Thanks! It works with -i -- Timur Izhbulatov -- www.timka.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
