SILENT KILLERPanel

Current Path: > > opt > > alt > > > python27 > > bin


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///python27//bin

NameTypeSizeLast ModifiedActions
easy_install File 242 bytes November 13 2023 21:14:06.
easy_install-2.7 File 242 bytes November 13 2023 21:14:06.
lswsgi File 113448 bytes February 24 2021 15:26:51.
pip File 660 bytes November 13 2023 21:11:12.
pip-2 File 660 bytes November 13 2023 21:11:12.
pip-2.7 File 660 bytes November 13 2023 21:11:12.
pip2 File 660 bytes November 13 2023 21:11:12.
pip2.7 File 660 bytes November 13 2023 21:11:12.
pydoc File 91 bytes January 08 2025 10:42:50.
python File 7936 bytes January 08 2025 10:44:15.
python-config File 1859 bytes January 08 2025 10:42:50.
python2 File 7936 bytes January 08 2025 10:44:15.
python2-config File 1859 bytes January 08 2025 10:42:50.
python2.7 File 7936 bytes January 08 2025 10:44:15.
python2.7-config File 1859 bytes January 08 2025 10:42:50.
raven File 304 bytes October 18 2019 13:53:42.

Reading File: //opt//alt///python27//bin/pip2.7

#!/opt/alt/python27/bin/python
# -*- coding: utf-8 -*-
import re
import sys

try:
    from pip._internal.cli.main import main
except ImportError:
    try:
        from pip._internal.main import main
    except ImportError:
        try:
            # If the user has downgraded pip, the above import will fail.
            # Let's try older methods of invoking it:

            # pip 19 uses this
            from pip._internal import main
        except ImportError:
            # older pip versions use this
            from pip import main

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())

SILENT KILLER Tool