Christopher Arndt wrote:
> BTW, the installation page explicitly mentions the virtualenv method as
> the first and preferred one. Did you try that too?

Oops, sorry, that's only true for TG 1.1. But the virtualenv method
works with TG 1.0.x as well (and now usually works better, too):

$ easy_install virtualenv
$ virtualenv --no-site-packages venv
$ source venv/bin/activate
$ easy_install "TurboGears==1.0..9"


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