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 -- http://mail.python.org/mailman/listinfo/python-list