PATH: //opt/alt/python37/lib/python3.7/site-packages/pip/_internal
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 build_env.py
↓
X
📄 cache.py
↓
X
📁 cli/
X
📁 commands/
X
📄 configuration.py
↓
X
📁 distributions/
X
📄 exceptions.py
↓
X
📁 index/
X
📄 locations.py
↓
X
📄 main.py
↓
X
📁 models/
X
📁 network/
X
📁 operations/
X
📄 pyproject.py
↓
X
📁 req/
X
📁 resolution/
X
📄 self_outdated_check.py
↓
X
📁 utils/
X
📁 vcs/
X
📄 wheel_builder.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: main.py
from pip._internal.utils.typing import MYPY_CHECK_RUNNING if MYPY_CHECK_RUNNING: from typing import Optional, List def main(args=None): # type: (Optional[List[str]]) -> 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)
SIMPAN PERUBAHAN