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.
Option | Description |
---|---|
Architecture | Extension architecture [x86 | x64] |
PythonVersion | Python version [2.7 | 3.6] |
PythonHome | PythonHome Path to the python installation root directory. |
PythonPath | PythonPath PYTHONPATH; Paths to python libraries. |
EnvironmentPath | The 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.
Updated over 2 years ago