[Distutils] bootstrapping virtualenv?

Jim Fulton jim at zope.com
Tue Aug 11 20:27:08 CEST 2009


On Tue, Aug 11, 2009 at 1:40 PM, Ian Bicking<ianb at colorstudy.com> wrote:
> On Tue, Aug 11, 2009 at 5:06 AM, Chris Withers <chris at simplistix.co.uk>
> wrote:
>>
>> Am I right in thinking the correct way to get a virtualenv without
>> installing virtualenv into your site-packages is:
>>
>> - download a source distro of virtualenv
>>
>> - unpack it and copy virtualenv.py somewhere
>>
>> - use that virtualenv.py with whatever python you want to create your
>> virtualenvs?
>
> You don't actually have to install virtualenv, just grab virtualenv.py
> (e.g., directly from svn) and run it.  (Ditto pip)

Ah. That's cool.

Jim

-- 
Jim Fulton


More information about the Distutils-SIG mailing list