• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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