This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] python3 support for /usr/bin/dtrace


Hi -

> The only distro I know of that has switched completely is:
> https://www.archlinux.org/news/python-is-now-python-3/

Right.

> But others (like f23) plan to have the option of having only
> python3 installed, by default.  

Yeah, that's different though (/usr/bin/python3 installed, not
/usr/bin/python redirected).


> And of course, its alot less patching if everything except the
> hashbang line of the script supports both major versions (which is
> what we'll be doing in PCP for the time being, FWLIW).

Understood.  If there were no downside (compatibility down to
older supported OS's like RHEL5), there's be no problem.


> *shrug* - do with the patch as you see fit; just figured I'd
> share the problem & one potential fix you could use.

Another fix to the archlinux problem is to "#! /usr/bin/python2".


- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]