Python runtime environments

A python runtime environment is a collection of settings describing a python environment available for running extensions, including PYTHON_HOME, version etc.
Python environments are configured in files \Environments*.pyenv, with the following options.

OptionDescription
ArchitectureExtension architecture [x86 | x64]
PythonVersionPython version [2.7 | 3.6]
PythonHomePythonHome Path to the python installation root directory.
PythonPathPythonPath PYTHONPATH; Paths to python libraries.
EnvironmentPathThe environment %PATH% to use runtime.

The default runtime environment “default.pyenv” uses the default 64-bit Python 3 environment bundled with OmniFi. For extensions with specific requirements on version/architecture included libraries etc. it is possible to configure additional runtime environments.