[PATCH] python3 support for /usr/bin/dtrace
Frank Ch. Eigler
fche@redhat.com
Mon Feb 23 00:47:00 GMT 2015
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
More information about the Systemtap
mailing list