pypy [options] [-c cmd|-m mod|file.py|-] [arg...]
-i | Inspect interactively after running script. |
-O | Dummy optimization flag for compatibility with C Python. |
-S | Do not import site on initialization. |
-u | Unbuffered binary stdout and stderr. |
-h, --help | Show a help message and exit. |
-E | Ignore environment variables (such as PYTHONPATH). |
--version | Print the PyPy version. |
--info | Print translation information about this PyPy executable. |
Low level JIT parameters. Format is arg=value[,arg=value...]
python(1)