Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
§
àÀf=b ã ó2 — d Z ddlZddlZddlZddlZddlZddlZddlZdZ ej e
¦ « Z G d„ d¦ « Z d
d„Z
dd„Ze
d k rId
Z e¦ « dZn'# e$ rZ edez ej ¬¦ « Y dZ[ndZ[ww xY w ej e¦ « dS dS )z›
Virtual environment (venv) package for Python. Based on PEP 405.
Copyright (C) 2011-2014 Vinay Sajip.
Licensed to the PSF under a contributor agreement.
é N)ÚpipÚ
setuptoolsc ó– — e Zd ZdZ dd„Zd„ Zd„ Zd„ Zd„ Zd „ Z e
j d
k rdd„Zndd„Zd
„ Z
d„ Zd„ Zd„ Zd„ Zd„ Zd„ Zd„ ZdS )Ú
EnvBuilderaâ
This class exists to allow virtual environment creation to be
customized. The constructor parameters determine the builder's
behaviour when called upon to create a virtual environment.
By default, the builder makes the system (global) site-packages dir
*un*available to the created environment.
If invoked using the Python -m option, the default is to use copying
on Windows platforms but symlinks elsewhere. If instantiated some
other way, the default is to *not* use symlinks.
:param system_site_packages: If True, the system (global) site-packages
dir is available to created environments.
:param clear: If True, delete the contents of the environment directory if
it already exists, before environment creation.
:param symlinks: If True, attempt to symlink rather than copy files into
virtual environment.
:param upgrade: If True, upgrade an existing virtual environment.
:param with_pip: If True, ensure pip is installed in the virtual
environment
:param prompt: Alternative terminal prefix for the environment.
:param upgrade_deps: Update the base venv modules to the latest on PyPI
FNc óâ — || _ || _ || _ || _ || _ || _ |dk r0t j t
j ¦ « ¦ « }|| _
|| _ d S )Nú.)Úsystem_site_packagesÚclearÚsymlinksÚupgradeÚwith_pipÚorig_promptÚosÚpathÚbasenameÚgetcwdÚpromptÚupgrade_deps)Úselfr r
r r r
r r s ú4/opt/alt/python311/lib64/python3.11/venv/__init__.pyÚ__init__zEnvBuilder.__init__. si € ð %9ˆÔ!؈Œ
Ø ˆŒ
؈ŒØ ˆŒ
Ø!ˆÔØ�SŠ=ˆ=Ý”W×%Ò%¥b¤i¡k¤kÑ2Ô2ˆF؈ŒØ(ˆÔÐÐó c óð — t j |¦ « }| |¦ « }| j }d| _ | |¦ « | |¦ « | j r| |¦ « | j s*|
|¦ « | |¦ « |rd| _ | |¦ « | j r|
|¦ « dS dS )zŠ
Create a virtual environment in a directory.
:param env_dir: The target directory to create an environment in.
FTN)r r ÚabspathÚensure_directoriesr Úcreate_configurationÚsetup_pythonr
Ú
_setup_pipr Ú
setup_scriptsÚ
post_setupr Úupgrade_dependencies)r Úenv_dirÚcontextÚtrue_system_site_packagess r ÚcreatezEnvBuilder.create<