Hi Michael, That's where I got python33 from eventually :-) What I called out-of-the-box is actually EPEL. I could just run "yum install python34" on my RHEL 7.2 (while the same wouldn't work for python33), so for me it was the natural version to use. Software Collections, though, required additional googling. Also, they don't work out-of-the-box afterwards either, as you have to enable the scl every time before using python33.
On Mon, Oct 31, 2016 at 10:54 PM, Michael Jeanson <[email protected]> wrote: > On 2016-10-31 16:44, Jean Spector wrote: > > It's a matter of rpm dependencies. > > Once installed, it might work fine with python 3.4 - but yum just > > refuses to install it on RHEL 7.2 > > RHEL 7 doesn't ship with python 3 out of the box, you'll need to get it > from a software collection, have a look at : > > https://www.softwarecollections.org/en/scls/rhscl/python33/ > > Cheers, > > Michael > >
_______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
