Skip to content

Python selector fix/install (Cpanel/WHM)

Procedure

  1. Access the server’s command line as the ‘root’ user via SSH or “Terminal” in WHM.
  2. Install the alt-python packages.
    • CloudLinux 6/7
      yum groupinstall alt-python -y
    • CloudLinux 8/9
      dnf groupinstall alt-python -y
  3. Install the lvemanagerlve-utils, and alt-python-virtualenv packages.
    • CloudLinux 6/7
      yum install lvemanager lve-utils alt-python-virtualenv -y
    • CloudLinux 8/9
      dnf install lvemanager lve-utils alt-python-virtualenv -y
  4. Install the passenger module.
Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.