반응형
단순 확인 (pip)
pip list
하지만 서비스를 배포하고자 할때는 requirements.txt 파일로 만들어서 형상관리 해놓으면 더욱 간단합니다.
# requirements.txt 생성
pip freeze > requirements.txt
# requirements.txt - Install
pip install -r requirements.txt
간단하지만 매우 심플하고 강력합니다.
반응형
'Development > Python' 카테고리의 다른 글
[Python] matplotlib 한글깨짐 문제 (0) | 2022.10.31 |
---|---|
[Pandas] 데이터프레임 동적쿼리 (0) | 2022.10.26 |
[ERROR] ImportError: cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import) (0) | 2022.07.29 |
[ERROR] error module ‘lib’ has no attribute ‘X509_get_notAfter’ (0) | 2022.07.29 |
파이썬(Python) 버전 설정 (0) | 2022.07.29 |
댓글