Current Path: > > opt > alt > python35 > 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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
easy_install-3.5 | File | 243 bytes | November 13 2023 21:23:48. | |
lswsgi | File | 113592 bytes | February 24 2021 15:30:38. | |
pip | File | 661 bytes | November 13 2023 21:22:20. | |
pip-3 | File | 661 bytes | November 13 2023 21:22:20. | |
pip-3.5 | File | 661 bytes | November 13 2023 21:22:20. | |
pip3 | File | 661 bytes | November 13 2023 21:22:20. | |
pip3.5 | File | 661 bytes | November 13 2023 21:22:20. | |
pydoc3 | File | 91 bytes | May 31 2024 13:51:34. | |
pydoc3.5 | File | 91 bytes | May 31 2024 13:51:34. | |
python3 | File | 12040 bytes | May 31 2024 13:52:41. | |
python3-config | File | 173 bytes | May 31 2024 13:51:56. | |
python3.5 | File | 12040 bytes | May 31 2024 13:52:41. | |
python3.5-config | File | 173 bytes | May 31 2024 13:51:56. | |
python3.5m | File | 12040 bytes | May 31 2024 13:52:41. | |
python3.5m-config | File | 173 bytes | May 31 2024 13:51:56. | |
python3.5m-x86_64-config | File | 3839 bytes | May 31 2024 13:49:58. | |
pyvenv | File | 243 bytes | May 31 2024 13:51:34. | |
pyvenv-3.5 | File | 243 bytes | May 31 2024 13:51:34. |
#!/opt/alt/python35/bin/python3 # -*- 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