To configure Python to work with AX Server, you must install the correct version of Python, add the Python executable to your system PATH environment variable, and set the PYTHONPATH system environment variable on each machine that hosts an instance of AX Server or AX Engine Node.
To run Python scripts, Analytics Exchange must be able to call the Python executable and find the scripts it is instructed to run. AX Server uses the PATH environment variable to locate Python and the PYTHONPATH environment variable to locate scripts.
Note
You must complete these steps on every machine that hosts an instance of AX Server or AX Engine Node.
Note
You must complete these steps on every machine that hosts an instance of AX Server or AX Engine Node. The user account that runs the Analytics Exchange Service must have permission to access the folder(s) in your PYTHONPATH environment variable.
ExampleC:\python_scripts.
Separate multiple folder paths with a semi-colon: C:\python_scripts;C:\dev;C:\tmp.