SILENT KILLERPanel

Current Path: > > opt > alt > python37 > lib > python3.7 > site-packages > > virtualenv > create > via_global_ref


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python37/lib/python3.7/site-packages//virtualenv/create/via_global_ref

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
builtin Directory - -
__init__.py File 0 bytes January 02 2022 15:54:28.
_virtualenv.py File 6769 bytes May 26 2022 12:12:31.
api.py File 4357 bytes January 02 2022 15:54:28.
store.py File 685 bytes January 02 2022 15:54:28.
venv.py File 2955 bytes January 02 2022 15:54:28.

Reading File: //opt/alt/python37/lib/python3.7/site-packages//virtualenv/create/via_global_ref/store.py

from __future__ import absolute_import, unicode_literals

from virtualenv.util.path import Path


def handle_store_python(meta, interpreter):
    if is_store_python(interpreter):
        meta.symlink_error = "Windows Store Python does not support virtual environments via symlink"
    return meta


def is_store_python(interpreter):
    parts = Path(interpreter.system_executable).parts
    return (
        len(parts) > 4
        and parts[-4] == "Microsoft"
        and parts[-3] == "WindowsApps"
        and parts[-2].startswith("PythonSoftwareFoundation.Python.3.")
        and parts[-1].startswith("python")
    )


__all__ = (
    "handle_store_python",
    "is_store_python",
)

SILENT KILLER Tool