Skip to content

Instantly share code, notes, and snippets.

@arya-oss
Created December 6, 2015 09:06
Show Gist options
  • Save arya-oss/66182f3857d2c348ff96 to your computer and use it in GitHub Desktop.
Save arya-oss/66182f3857d2c348ff96 to your computer and use it in GitHub Desktop.

for python interactive shell on windows in Git 2.3 onwards

python

instead write

winpty python

for simple http server

winpty python -m SimpleHTTPServer < port_no >

just add winpty for python command.
do the same in django, flask frameworks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment