Skip to content

Interpreter command line options: '-c', '-i' and '-m' #61

@ikotler

Description

@ikotler

Python (interpreter) supports the following command line options:

-c cmd : program passed in as string (terminates option list)

-i : inspect interactively after running script; forces a prompt even
if stdin does not appear to be a terminal; also PYTHONINSPECT=x

and

-m mod : run library module as a script (terminates option list)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions