[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PyCon BoF: Stretch goals for cPython, PyPy & CFFI



On 04/14/2015 01:20 AM, Scott Kitterman wrote:
> What is a /usr/bin/python launcher?

#! /bin/sh
python=$(shuffle /usr/bin/python2 /usr/bin/python3)
exec $python "$@"

I agree it's not perfect, there should be a preference depending on the number
of '2' and '3' digits in the date, when you're trying to execute it.


Reply to: