On May 21, 8:51 pm, Michael Pedersen <[email protected]> wrote: > See if this can get around it for you. In a Terminal window: > > cd $HOME > virtualenv --no-site-packages $HOME/testme > source $HOME/testme/bin/activate > easy_install > -ihttp://www.turbogears.org/2.1/downloads/current/index/tg.devtools
Yes, this command worked: pip install -E tg2env -i http://www.turbogears.org/2.1/downloads/current/index/ tg.devtools Thanks, _Ryan Wilcox -- 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.

