Why can't I run virtualenv without root?
- by James
I'm trying to run virtual env and all the documentation says I don't need to run it as root (and probably shouldn't). If I run it as root, everything works. If I run it without root, I get:
[stats@crunch ~]$ virtualenv env
Traceback (most recent call last):
File "/usr/bin/virtualenv", line 5, in
from pkg_resources import load_entry_point
…