If you want to modify the Kettle home directory permanently, proceed as follows:
- Edit the startup file (for example, ~/.bashrc)
- Add the following lines (replacing <kettle_home_value> with the proper value):
KETTLE_HOME=<kettle_home_value>
export KETTLE_HOME
- Save and close the file.
If you just want to set the value for the current execution, add the same lines to the Spoon.sh file.