On 24 September 2016 at 18:17, Tim Orling <ticot...@gmail.com> wrote: > I came across a need for python34 on epel6. I did not see any BZ for it. > > Are there significant issues with packaging python34 for epel6? or just > nobody wanted to do it yet?
Mainly the latter I think - most folks needing to support EL6 so far have been able to get by with Python 2, containers, SCLs or conda environments. > P.P.S. I realize rh-python34 is available on RHSCL, but it didn't seem to > support "python3" in scripts... Script shebang lines can be supported via SCLs, but they need to run a wrapper script that implicitly enables the SCL, rather than just being a symlink to the SCL's Python executable. I don't recall the exact incantation myself, but hopefully someone else will be able to chime in with that. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org