Skip to content

Instantly share code, notes, and snippets.

@daejinseok
Created August 23, 2018 13:31
Show Gist options
  • Save daejinseok/57357a5419e8a7f60f7d36ccfc6a0a5a to your computer and use it in GitHub Desktop.
Save daejinseok/57357a5419e8a7f60f7d36ccfc6a0a5a to your computer and use it in GitHub Desktop.
offline에서 pip사용하기
일단 인터넷이 되는 곳
mkdir openpyxl & cd openpyxl
pip download openpyxl
해당 폴더에 아래와 같은 압축파일 몇개가 생긴다.
et_xmlfile-1.0.1.tar.gz
jdcal-1.4-py2.py3-none-any.whl
openpyxl-2.5.5.tar.gz
이것을 압축하여 실제 인터넷이 되지 않는 곳에 복사하고 압축을 풀고
pip install --no-index --find-links=. openpyxl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment