다운로드 받기
pip download -r requirements.txt -d src_dir
재설치하기
pip install -r requirements.txt --no-index --find-links file://full_path_to_src_dir
출처: https://appassionato.tistory.com/53 [끝나지 않는 배움의 삶]
'[공부용]참고 사이트 모음 > [python]' 카테고리의 다른 글
[python] map, filter 그리고 lambda (0) | 2021.04.21 |
---|---|
[python] 데몬 python-daemon (0) | 2021.04.20 |
Python virtualenv 정리 (0) | 2021.04.14 |
[Python] Paramiko (0) | 2021.04.14 |
[python]파이썬을 이용하여 파일 업로드/다운로드 - ftp sftp (0) | 2021.04.14 |