> On Apr 27, 2017, at 13:28, db <[email protected]> wrote: > > On 27 Apr 2017, at 19:11, Joshua Root <[email protected]> wrote: >> If you have a dependency on a pythonXY port you need to make the scripts use >> that particular version. > > I have #! /usr/bin/env python3 in the scripts, no particular version.
You must make it be a particular version -- the particular version that the port declares a dependency on. > But even if I had one, and it run on any (recent) version, what should I use > then? Use the latest stable version of python. Or offer variants so the user can choose, and default to the latest stable version.
