Skip to content

Instantly share code, notes, and snippets.

@JamieHouston
Created November 7, 2017 15:14
Show Gist options
  • Save JamieHouston/9914fec2a3ede2511a336b507ca3b81f to your computer and use it in GitHub Desktop.
Save JamieHouston/9914fec2a3ede2511a336b507ca3b81f to your computer and use it in GitHub Desktop.
Start python cli with import
python -c "import mymodule, code; code.interact(local=locals())"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment