• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question Python Version Question

StorWorx

New Pleskian
Does anyone have this issue?

Within the Plesk settings, it shows: mod_python 3.3.1-14.el6.1

But this appears to be the actual version:
[root@web ~]# python --version
Python 2.6.6

I have Plesk Parallels 10

Panel version10.4.4 Update #59, last updated at July 7, 2018 03:10 AM

Is there an easy way to update to run Python 3+ without having to upgrade my Plesk version?
 
mod_python is Apache module and its version is not related to the system python version.
Plesk doesn't ship python, it only downloads it from the original OS vendor repo and it is quite likely it may be outdated there (especially for older OS).
So, you can try to upgrade python on OS level with any suitable method.
 
Hi IgorG,

Thanks!

Would the method be an SSH from a python .tzg file?

Then follow the instadocs.python.org/3/installing/index.html

Wanted to make sure I didn't do any issues with Plesk.
 
I would advise you to look for some third-party repository with python3 for your version of the operating system.
 
Back
Top