Manage Interpreters
Note
This feature is available to customers running version 1.68.3 and above of Matillion ETL.
Manager Interpreters lets you add and/or delete Python interpreters.
To begin, click Admin → Manage Interpreters.
The Managers Interpreters dialog displays the Matillion ETL default interpreters and lets you add your own.
Each interpreter has a display name for selection in the Python Script component; an interpreter type (Jython, Python 2, or Python 3), and an executable path, calling that version of Python.
Add an interpreter
- Within Manager Interpreters, click +.
- Add a display name. For example,
Python 3.8
. - Select the interpreter type from the drop-down menu—in this case,
Python 3
. - Set the executable path. For example
/usr/bin/python3.8
. - Click OK to close the dialog.
- In an orchestration job, add a Python Script component to the canvas.
- Click into the Interpreter property and select your new interpreter. Note that any deleted interpreters will not longer be selectable.
Delete an interpreter
Delete an interpreter with - when the interpreter row is selected.