PATH:
opt
/
alt
/
python313
/
bin
#!/opt/alt/python313/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())
[-] python3.13-x86_64-config
[edit]
[-] pygettext3.py
[edit]
[-] pygettext3.13.py
[edit]
[-] pydoc3.13
[edit]
[-] pip-3
[edit]
[-] pip
[edit]
[-] msgfmt3.13.py
[edit]
[-] pathfix.py
[edit]
[-] python3-config
[edit]
[-] python3.13-config
[edit]
[-] pip3
[edit]
[-] python3.13
[edit]
[-] pydoc3
[edit]
[-] msgfmt3.py
[edit]
[+]
..
[-] pip-3.13
[edit]
[-] python3
[edit]
[-] lswsgi
[edit]
[-] pip3.13
[edit]