반응형
    
    
    
  1. python library list backup
$ pip freeze > requirement.txt
2. python library reinstall
$ pip install -r requirement.txt
반응형
    
    
    
  '개발 > Python' 카테고리의 다른 글
| 비트코인 15분 전 KRW 시세 파이썬 코드 (0) | 2021.04.16 | 
|---|---|
| PIP 패키지 설치 (0) | 2021.04.16 | 
| Windows 10 Python 64bit, 32bit install (0) | 2021.04.15 | 
| matplotlib 한글 깨짐 처리 (0) | 2021.04.08 | 
| conda update (0) | 2021.04.06 |