Uhh, what did I do wrong?
A scripting language is a language that, instead of being compiled into a standalone executable, is instead interpreted at runtime, and thus usually requires users to install that runtime (to run a python script, you need to install python. To run a php script, you need to install php. Etc.)
Is this a requirement, or do you mean a programming language in general?