Which python version do I use with "virtualenv"?

Steven D'Aprano steven at REMOVE.THIS.cybersource.com.au
Thu May 7 03:46:06 EDT 2009


On Thu, 07 May 2009 00:03:11 -0700, OldGrantonian wrote:

> So I now have c:\Python 2.5 and c:\Python 2.6
> 
> On the virtualenv web site, the instructions for use are:
> 
> $ python virtualenv.py ENV
> 
> My question is, which "python" should I use on this command line: 2.5 or
> 2.6?

I'm not an expert on virtualenv, nor do I use Windows, but I'd start off 
with this:

$ c:\Python 2.5\python.exe vitualenv.py ENV


and if that doesn't do what you expect, report the precise error you get 
and hopefully somebody who knows more about Windows can help.




-- 
Steven



More information about the Python-list mailing list