Super-short tutorial: Download virtualenv tarball. http://pypi.python.org/pypi/virtualenv#downloads
Install virtualenv using Python2.7 explicitly: extract the tarball and run /path/to/python2.7 setup.py install Then do this: virtualenv --no-site-packages somedir source somedir/bin/activate Now you're in! You can use pip or setuptools to install any Python packages you like (including Django) without the need for root access or wondering where your stuff is installed. Every new virtualenv you create will automatically be Python 2.7. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.