So I have some experience with linux and I was always wondering if it is possible to modify the terminal so that it executes a different interpreter (like python) rather than the default shell interpreter (like sh or bash).
(Note that this is not just "Where do I change my shell?" or "How to change from csh to bash as default shell". This is about running things that are not shells, per se, but are interpreters. I give python as an example to make things clearer, but I could have easily said php or any other interpreter.)
Is this possible, and if so, how would I do it?

