[BangPypers] silly question regarding virtualenv

Noufal Ibrahim noufal at gmail.com
Mon Aug 2 09:32:51 CEST 2010


Kenneth Gonsalves <lawgon at au-kbc.org> writes:

> On Monday, August 02, 2010 12:05:23 pm Naresh Khalasi wrote:
>> AFAIK one needs to download the virutalenv package and execute this
>> $ python virtualenv.py
>
> actually downloaded virtualenv tarball, expanded it and ran python2.6 setup.py 
> install - worked.


That will install virtualenv in your global Python2.6 installation path.

To create one, you need to run virtualenv with the usual options
(--no-site-packages etc.). Make sure you run it with Python2.6




-- 


More information about the BangPypers mailing list