Kenneth Gonsalves <law...@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




-- 
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to