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 -~----------~----~----~----~------~----~------~--~---

