📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 01:41:50
📂
/ (Root)
/
opt
/
alt
/
python39
/
lib
/
python3.9
/
site-packages
/
pip
/
_internal
📍 /opt/alt/python39/lib/python3.9/site-packages/pip/_internal
🔄 Refresh
✏️
Editing: main.py
Read Only
from typing import List, Optional def main(args: Optional[List[str]] = None) -> int: """This is preserved for old console scripts that may still be referencing it. For additional details, see https://github.com/pypa/pip/issues/7498. """ from pip._internal.utils.entrypoints import _wrapper return _wrapper(args)
💾 Save Changes
❌ Cancel