Azure Function Python Setup and Custom Packages Installation

Опубликовано: 25 Июнь 2026
на канале: Algotics Academy
15,998
101

Commands:
=============
nuget.exe install -Source https://www.siteextensions.net/api/v2/ -OutputDirectory D:\home\site\tools python361x64

mv /d/home/site/tools/python3*/content/python*/* /d/home/site/tools


Azure Function
===============
import sys, os.path
sys.path.append('D:/home/site/tools/Lib/site-packages')