Re: multiple versions of python

2015-01-05 Thread Boruch Baum
Thanks, Stanley! On 01/04/2015 10:32 AM, Stanley C. Kitching wrote: > > >> >> 1] Can I have multiple versions of python simultaneously? >> > > yes > > Using Debian Wheezy I have 3 python versions installed > > # ls -1 /usr/lib | grep python | grep -v lib > > python >

Re: multiple versions of python

2015-01-04 Thread Cousin Stanley
> > 1] Can I have multiple versions of python simultaneously? > yes Using Debian Wheezy I have 3 python versions installed # ls -1 /usr/lib | grep python | grep -v lib python python2.6 python2.7 python3 python3.2 python is python2.7 python3 is py

Re: multiple versions of python

2015-01-04 Thread Diogene Laerce
On 12/29/2014 09:17 PM, Boruch Baum wrote: > Hello everyone, > > I'm preparing two bug reports, and in trying to sort one of them out, it > seems that it may be linked to an incompatibility of a script with > python2.7 (see bug #659831). So, in test that possibility, what I would > like to do is i

Re: multiple versions of python

2014-12-30 Thread Rusi Mody
On Wednesday, December 31, 2014 12:00:05 AM UTC+5:30, Boruch Baum wrote: > Thanks. Are you recommending virtualenv from experience having used it, > or from heresay? In general there is a spectrum for resources In decreasing order of weight 1. Buy a new machine 2. Use a VM 3. Use docker 4. Use

Re: multiple versions of python

2014-12-30 Thread Boruch Baum
Thanks. Are you recommending virtualenv from experience having used it, or from heresay? I would want to know what possible pitfalls and gotchas there might be. Specifically, the description for the package says that it creates "... virtual Python instances, each invokable with its own Python exec

Re: multiple versions of python

2014-12-29 Thread Alex Mestiashvili
On 12/29/2014 09:17 PM, Boruch Baum wrote: Hello everyone, I'm preparing two bug reports, and in trying to sort one of them out, it seems that it may be linked to an incompatibility of a script with python2.7 (see bug #659831). So, in test that possibility, what I would like to do is install som