from

http://www.logilab.org/blogentry/22498

"I actually recommend creating a virtualenv environment without any
kind of installation.  Grab this file: 
http://bitbucket.org/ianb/virtualenv/raw/tip/virtualenv.py
-- and you can run it like "python virtualenv.py new-environment/"
This installs Setuptools (or Distribute if you pass it a --distribute
flag) and pip, and virtualenv doesn't need any installation itself.
Also you don't need any root access on the machine.  Also you can
download and unpack the tarball and run the virtualenv.py script from
within there (the tarball comes with all the source code for
Setuptools, Distribute, and pip, so creating new environments then
doesn't require downloading anything additional)."


On May 24, 8:49 pm, Cory Coager <[email protected]> wrote:
> Is this possible without root permissions?

Reply via email to