Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-15 Thread Martin Bligh
On Mon, Jun 15, 2009 at 6:35 AM, Alexey Eromenko wrote: > > - "Martin Bligh" wrote: > >> On Wed, Jun 10, 2009 at 4:01 AM, Alexey Eromenko >> wrote: >> > >> > Even better would be to use "/usr/bin/python2". >> >> That doesn't seem to exist, on Ubuntu at least. >> > > Red Hat systems have it. "/

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-15 Thread Lucas Meneghel Rodrigues
On Mon, 2009-06-15 at 09:35 -0400, Alexey Eromenko wrote: > - "Martin Bligh" wrote: > > > On Wed, Jun 10, 2009 at 4:01 AM, Alexey Eromenko > > wrote: > > > > > > Even better would be to use "/usr/bin/python2". > > > > That doesn't seem to exist, on Ubuntu at least. > > > > Red Hat systems

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-15 Thread Alexey Eromenko
- "Martin Bligh" wrote: > On Wed, Jun 10, 2009 at 4:01 AM, Alexey Eromenko > wrote: > > > > Even better would be to use "/usr/bin/python2". > > That doesn't seem to exist, on Ubuntu at least. > Red Hat systems have it. "/usr/bin/python2" is a symlink to "/usr/bin/python" (which is python

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-10 Thread Martin Bligh
On Wed, Jun 10, 2009 at 4:01 AM, Alexey Eromenko wrote: > > Even better would be to use "/usr/bin/python2". That doesn't seem to exist, on Ubuntu at least. > This is because future distros will include python3, which is incompatible > with python2 code. > > "python" will be symlink of "python3".

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-10 Thread Alexey Eromenko
Even better would be to use "/usr/bin/python2". This is because future distros will include python3, which is incompatible with python2 code. "python" will be symlink of "python3". -Alexey -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@v

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-09 Thread Lucas Meneghel Rodrigues
On Tue, 2009-06-09 at 10:00 -0700, Martin Bligh wrote: > I'd suggest you use the same mechanism as the other entry points, > and override the python version where necessary - some distros > have ancient or bleeding edge default Python versions. > > see common.py -> setup_modules.py -> check_versio

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

2009-06-09 Thread Martin Bligh
I'd suggest you use the same mechanism as the other entry points, and override the python version where necessary - some distros have ancient or bleeding edge default Python versions. see common.py -> setup_modules.py -> check_version.check_python_version On Tue, Jun 9, 2009 at 9:33 AM, Lucas Men