The problem seemed to be because I was trying to use a directory on a USB drive and the permissions were all screwed up. I'm flying now.
Thanks Chris! Dan On Thu, Oct 8, 2009 at 11:39 AM, Christopher Arndt <[email protected]>wrote: > > Dan schrieb: > > I tried the virtualenv method and got stuck on the following error, so > > I thought I would try the old-fashion way since I was more familiar > > with it: > > > > $ sudo virtualenv --no-site-packages env > > Don't use "sudo" to run the virtualenv command. The idea of virtualenv > is to create a virtual environment as a normal user, so you can install > Python packages into it as this user without root access. > > So after you have installed setuptools and virtualenv once as root, you > don't need root access anymore. > > 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 -~----------~----~----~----~------~----~------~--~---

