Comment on Show HN: Asynchronous HTTP/2 client for Python 2.7parentComments−Spiritus8yyou need to jump through hoops to install Python 3.xWhat? You can install Python 3.6 from EPEL[1], takes 5 seconds.[1] https://fedoraproject.org/wiki/EPEL−rckclmbr8yThen you have to use scl, which kind of sucks. Better to just install the fedora packages. Or compile it yourself (but you should really package it if you're deploying it on a lot of servers)
Comments
What? You can install Python 3.6 from EPEL[1], takes 5 seconds.
[1] https://fedoraproject.org/wiki/EPEL
Then you have to use scl, which kind of sucks. Better to just install the fedora packages. Or compile it yourself (but you should really package it if you're deploying it on a lot of servers)