opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
clselect
/
clselectpython
/
__pycache__
➕ New
📤 Upload
✎ Editing:
pkgmanager.cpython-311.pyc
← Back
� �)i( � �z � d dl mZ d dl mZ d dl mZ d dlZd dlmZ ddlmZm Z m Z mZmZm Z G d� d e� � ZdS ) � )�print_function)�division)�absolute_importN)�BasePkgManager� )�scan_python_versions�is_major_version� CONFIG_DIR�create_config_dirs� ALT_NAMES�ALT_PYTHON_PREFIXc �� � e Zd ZdZd� ZeZdZeZ dZ d� ede de g� � Zd� ede de g� � Z d � Zd � Zd� Zd� Zd � Zd� Zed� � � ZdS )� PkgManagerz� Class responsible for all interactions with Yum, python version installation/removal and gathering info about already installed versions c �"