#!/opt/alt/python27/bin/python # -*- 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 |
---|---|---|---|---|
easy_install | File | 242 B | 0755 |
|
easy_install-2.7 | File | 242 B | 0755 |
|
lswsgi | File | 110.79 KB | 0755 |
|
pip | File | 660 B | 0755 |
|
pip-2 | File | 660 B | 0755 |
|
pip-2.7 | File | 660 B | 0755 |
|
pip2 | File | 660 B | 0755 |
|
pip2.7 | File | 660 B | 0755 |
|
pydoc | File | 91 B | 0755 |
|
python | File | 7.84 KB | 0755 |
|
python-config | File | 1.82 KB | 0755 |
|
python2 | File | 7.84 KB | 0755 |
|
python2-config | File | 1.82 KB | 0755 |
|
python2.7 | File | 7.84 KB | 0755 |
|
python2.7-config | File | 1.82 KB | 0755 |
|