On Friday, August 21, 2015 10:28:08 AM Nikolaus Rath wrote: > Hello, > > I'd like to use pybuild for a Python application. Is there a way to tell > it to build with any *one* Python interpreter? The -p version always me > to select one specific interpreter, but it would be nice if I could tell > it to use whatever interpreter is available (but not all of them). > > Best, > -Nikolaus
If you use the return value from pyversions/py3versions, I would imagine that would work. Scott K