Skip to content

Instantly share code, notes, and snippets.

@allieus
Created April 19, 2018 18:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allieus/e3a7b937e5d8f10582e04904efa52962 to your computer and use it in GitHub Desktop.
Save allieus/e3a7b937e5d8f10582e04904efa52962 to your computer and use it in GitHub Desktop.

Extension을 통한 설치에서는 종종 Timeout이 발생합니다.

본 설치를 통해 Azure Function에서 파이썬3를 활용하고 있습니다.

함수 앱 > 플랫폼 기능 > 고급도구 (KUDU) > Debug Console > CMD

필요한 라이브러리는 d:/home/site/tools/python -m pip install 필요한팩키지명 명령으로 설치해주세요.

주의

Pandas 라이브러리는 Azure Function에서 아직 사용하기에 무겁습니다.

nuget.exe install -Source https://www.siteextensions.net/api/v2/ -OutputDirectory D:\home\site\tools python361x64
mv /d/home/site/tools/python361x64.3.6.1.3/content/python361x64/* /d/home/site/tools/
d:/home/site/tools/python -m pip install requests beautifulsoup4 envelopes jinja2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment