|
Boost Testing : |
Subject: Re: [Boost-testing] Switched to Python 3
From: Martin Wille (mw8329_at_[hidden])
Date: 2010-10-22 07:47:18
Hi,
on 22.10.2010 12:03, Maxime van Noppen wrote:
> In our company we now explicitly specify python2 or python3 because an
> increasing number of platforms we work on have Python 3 as default
> 'python'. Could something similar be done with run.py ?
Sounds like a good idea.
Meanwhile, you could implement a local workaround by creating a new
directory, putting a symlink named python to your python2 binary into
it, and adjusting PATH to search the new directory first before starting
the tests.
HTH,
m