Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python27 /
lib64 /
python2.7 /
ensurepip /
Delete
Unzip
Name
Size
Permission
Date
Action
rewheel
[ DIR ]
drwxr-xr-x
2026-09-04 11:56
__init__.py
7.33
KB
-rw-r--r--
2025-01-08 10:53
__init__.pyc
6.04
KB
-rw-r--r--
2025-01-08 10:53
__init__.pyo
6.04
KB
-rw-r--r--
2025-01-08 10:53
__main__.py
88
B
-rw-r--r--
2025-01-08 10:53
__main__.pyc
278
B
-rw-r--r--
2025-01-08 10:53
__main__.pyo
278
B
-rw-r--r--
2025-01-08 10:53
_uninstall.py
808
B
-rw-r--r--
2025-01-08 10:53
_uninstall.pyc
1.12
KB
-rw-r--r--
2025-01-08 10:53
_uninstall.pyo
1.12
KB
-rw-r--r--
2025-01-08 10:53
Save
Rename
"""Basic pip uninstallation support, helper for the Windows uninstaller""" import argparse import ensurepip import sys 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) return ensurepip._uninstall_helper(verbosity=args.verbosity) if __name__ == "__main__": sys.exit(_main())