#!/opt/alt/python311/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())
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 2to3 | File | 110 B | 0755 |
|
| lswsgi | File | 102.88 KB | 0755 |
|
| msgfmt3.11.py | File | 7.43 KB | 0755 |
|
| msgfmt3.py | File | 7.43 KB | 0755 |
|
| pathfix.py | File | 6.64 KB | 0755 |
|
| pip | File | 662 B | 0755 |
|
| pip-3 | File | 662 B | 0755 |
|
| pip-3.11 | File | 662 B | 0755 |
|
| pip3 | File | 662 B | 0755 |
|
| pip3.11 | File | 662 B | 0755 |
|
| pydoc3 | File | 93 B | 0755 |
|
| pydoc3.11 | File | 93 B | 0755 |
|
| pygettext3.11.py | File | 23.67 KB | 0755 |
|
| pygettext3.py | File | 23.67 KB | 0755 |
|
| python3 | File | 15.59 KB | 0755 |
|
| python3-config | File | 173 B | 0755 |
|
| python3.11 | File | 15.59 KB | 0755 |
|
| python3.11-config | File | 173 B | 0755 |
|
| python3.11-x86_64-config | File | 3.37 KB | 0755 |
|