<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
a
    Re+                     @   s   U d dl Z d dlZd dlZd dlZd dlZd dlZd dlmZ d dlm	Z	 e
dZedZeje ed< eddd	Zedd
dZze Zeje ed< W n ey   ejZY n0 e jddedddZdS )    N)appdirs)running_under_virtualenvpippurelibsite_packages)returnc                   C   s   dj tj S )ze
    Return the major-minor version of the current Python as a string, e.g.
    "3.7" or "3.10".
    z{}.{})formatsysversion_info r   r   /builddir/build/BUILDROOT/alt-python39-pip-21.3.1-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/pip/_internal/locations/base.pyget_major_minor_version   s    r   c                  C   sX   t  rtjtjd} n4ztjt d} W n tyJ   td Y n0 tj	| S )Nsrcz=The folder you are executing pip from can no longer be found.)
r   ospathjoinr	   prefixgetcwdOSErrorexitabspath)
src_prefixr   r   r   get_src_prefix   s    r   	user_site)maxsizec                   C   s   t tdS )NPYTHONFRAMEWORK)bool	sysconfigget_config_varr   r   r   r   is_osx_framework2   s    r   )	functoolsr   siter	   r   typingZpip._internal.utilsr   pip._internal.utils.virtualenvr   user_cache_dirUSER_CACHE_DIRget_pathr   Optionalstr__annotations__r   r   getusersitepackagesr   AttributeError	USER_SITE	lru_cacher   r   r   r   r   r   <module>   s"   


