uninstall1 Python 설치/삭제 명령어 + 버전 python의 패키지를 다루기 위해선 기본적인 명령어 설치 $pip install [package_name] ex) $pip install requests 특정 버전 설치 $pip install [package_name]==[버전명] ex) $pip install requests==2.28.2 삭제 $pip uninstall [package_name] ex) $pip uninstall requests 스터디/Python 2023. 1. 24. 이전 1 다음