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

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



On Tuesday, April 14, 2015 01:57:26 AM Matthias Klose wrote:
> 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.

So the goal is to break local python stuff someday?  Somehow that doesn't 
strike me as a feature.

Scott K


Reply to: