WARNING: You are using pip version 21.2.4; however, version 23.3.1 is available.
You should consider upgrading via the 'D:\Program Files\Python310\python.exe -m pip install
--upgrade pip' command.
pip 버전 업데이트를 진행하라는 의미이다.
해결: python.exe -m pip install --upgrade pip
'기타' 카테고리의 다른 글
[Git] git reset 동작 차이 (0) | 2025.03.18 |
---|---|
[Git] 브랜치 생성과 원격에 등록 (0) | 2025.03.18 |
[Git Bash] fatal: protocol 'https' is not supported (0) | 2025.03.13 |