Forums

Resolved
0 votes
Hi,
Is it possible to install / upgrade to Python 3.5 or higher ?
Friday, September 11 2020, 05:32 PM
Share this post:

Accepted Answer

Friday, September 11 2020, 06:19 PM - #Permalink
Resolved
0 votes
Python 3.6 is available and you may even have it installed already:
yum install python36
And all the packages (use these rather than "pip" if you can:
yum list python36*
The reply is currently minimized Show
Responses (1)
  • Accepted Answer

    Saturday, September 12 2020, 06:38 AM - #Permalink
    Resolved
    0 votes
    Nick Howitt wrote:

    Python 3.6 is available and you may even have it installed already:
    yum install python36
    And all the packages (use these rather than "pip" if you can:
    yum list python36*


    Thanks Nick,

    Made a typo.
    I was looking for python-36 instead of python36
    The reply is currently minimized Show
Your Reply