[Ci-users] How to use python3 on Jenkins slaves ?

Wed Oct 17 04:00:23 UTC 2018
Brian Stinson <brian at bstinson.com>

On Oct 16 12:03, Siteshwar Vashisht wrote:
> I am looking for a way to use python3 on Jenkins slaves. Can someone provide me more details how it can be done ? The simplest way seems like installing rh-python* package and enabling it via scl.
> 
> -- 
> --
> Siteshwar Vashisht
> _______________________________________________
> Ci-users mailing list
> Ci-users at centos.org
> https://lists.centos.org/mailman/listinfo/ci-users

I'm curious why you need python 3 on the agents rather than on the Duffy
nodes you check out from your jobs.

If you mean on the Duffy nodes, you can install the software collections
yourself as part of your setup script.

--Brian