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
>
>
> 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
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
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
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
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
6 matches
Mail list logo