Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python35 /
lib64 /
python3.5 /
ensurepip /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2024-08-12 18:18
rewheel
[ DIR ]
drwxr-xr-x
2024-08-12 18:18
__init__.py
7.16
KB
-rw-r--r--
2024-05-31 13:50
__main__.py
67
B
-rw-r--r--
2024-05-31 13:50
_uninstall.py
780
B
-rw-r--r--
2024-05-31 13:50
Save
Rename
"""Basic pip uninstallation support, helper for the Windows uninstaller""" import argparse import ensurepip def _main(argv=None): parser = argparse.ArgumentParser(prog="python -m ensurepip._uninstall") parser.add_argument( "--version", action="version", version="pip {}".format(ensurepip.version()), help="Show the version of pip this will attempt to uninstall.", ) parser.add_argument( "-v", "--verbose", action="count", default=0, dest="verbosity", help=("Give more output. Option is additive, and can be used up to 3 " "times."), ) args = parser.parse_args(argv) ensurepip._uninstall_helper(verbosity=args.verbosity) if __name__ == "__main__": _main()