로컬 환경(Shell)에서 Git 계정(사용자) 변경 하기
git config –global로 Git 계정(user.name, user.email)을 변경하는 방법
git config –global로 Git 계정(user.name, user.email)을 변경하는 방법
pipenv, venv를 사용한 Python 가상 환경 구성 및 활성화 방법
pip 업그레이드 중 ‘No module named pip’ 오류가 발생했을 때 get-pip.py로 pip를 재설치하여 해결하는 방법을 안내합니다.
pip 실행 시 ‘Ignoring invalid distribution -ip’ 경고가 발생하는 원인과 임시 디렉토리 삭제로 해결하는 방법을 설명합니다.
How to change your Git account (user.name, user.email) with git config –global