Use an Interpreter

If you want to specify a scripting language to use to execute your script, click the Use an interpreter button and enter the interpreter in the text box beside the button. For example, /usr/bin/python2.2 can be specified for a Python script. This option corresponds to using %post --interpreter /usr/bin/python2.2 in your kickstart file.