X7ROOT File Manager
Current Path:
/opt/alt/python39/lib/python3.9/site-packages/pip/_internal
opt
/
alt
/
python39
/
lib
/
python3.9
/
site-packages
/
pip
/
_internal
/
??
..
??
__init__.py
(587 B)
??
__pycache__
??
build_env.py
(9.72 KB)
??
cache.py
(9.22 KB)
??
cli
??
commands
??
configuration.py
(12.84 KB)
??
distributions
??
exceptions.py
(12.46 KB)
??
index
??
locations
??
main.py
(340 B)
??
metadata
??
models
??
network
??
operations
??
pyproject.py
(7.05 KB)
??
req
??
resolution
??
self_outdated_check.py
(6.24 KB)
??
utils
??
vcs
??
wheel_builder.py
(11.96 KB)
Editing: main.py
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)
Upload File
Create Folder