Skip to content

Instantly share code, notes, and snippets.

@nomadekr
Last active November 29, 2017 01:42
Show Gist options
  • Save nomadekr/2dd0d916e0a09071140de25c06804827 to your computer and use it in GitHub Desktop.
Save nomadekr/2dd0d916e0a09071140de25c06804827 to your computer and use it in GitHub Desktop.
Install Python 3.6.1 (x64) on Azure AppService Windows

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

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

  • 함수 앱 > 플랫폼 기능 > 고급도구 (KUDU) > Debug Console > CMD
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment