• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved python support

Epizefiri

Basic Pleskian
Hello there,
my hosting company is selling vps "with plesk", but they are not crystal clear about the licensing.

I just found out that my vps have a "Web Admin Edition" plesk license.

Is it possible to enable python with this kind of license? all the documentation that I've found online is asking me to enable it from the "hosting manager", but I don't have that functionality available.
 
Hi,
The licensing has nothing to do with the python option.
Please ensure that in Tools & Settings > Apache Web Server, Python is checked.
 
Have you updated the repositories as described in the resolution of the KBase article above?
 
I did all the steps from 1 to 5.
I can't perform step 6 because i don't have the section " Service Plans"
 
I did all the steps from 1 to 5.
I can't perform step 6 because i don't have the section " Service Plans"

Although I am not 100% sure, I do believe you can still perform steps 6 and 7 trough the Command Line Interface.

I think the default plan used by Plesk is named "Unlimited". To be sure run the following command.
# plesk bin service_plan --info "Unlimited"
If it returns plan details you know you've got the right plan name.

Then run this command to enable python for the Unlimited plan.
# plesk bin service_plan -u "Unlimited" -python true

Finally run the command below to sync the plan (replace example.com with your domain).
# plesk bin subscription --sync-subscription example.com
 
Last edited:
Back
Top