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 |

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 p

Re: multiple versions of python

2015-01-04 Thread Diogene Laerce
ould > like to do is install some other version of python (I see 2.5 and 2.6 in > the repositories), in order to see whether the package works with > another version. > > My questions revolve around how time-consuming and worthwhile this > exercise will be: > > 1] Can I hav

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
epositories), in order to see whether the package works with >> another version. >> >> My questions revolve around how time-consuming and worthwhile this >> exercise will be: >> >> 1] Can I have multiple versions of python simultaneously? >> >> 2] Is t

Re: multiple versions of python

2014-12-29 Thread Alex Mestiashvili
stall some other version of python (I see 2.5 and 2.6 in the repositories), in order to see whether the package works with another version. My questions revolve around how time-consuming and worthwhile this exercise will be: 1] Can I have multiple versions of python simultaneously? 2] Is there a w

multiple versions of python

2014-12-29 Thread Boruch Baum
d 2.6 in the repositories), in order to see whether the package works with another version. My questions revolve around how time-consuming and worthwhile this exercise will be: 1] Can I have multiple versions of python simultaneously? 2] Is there a way to specify that one package use a non-de