Skip to content

Instantly share code, notes, and snippets.

@creativepsyco
Last active August 29, 2015 13:56
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save creativepsyco/9322214 to your computer and use it in GitHub Desktop.
Save creativepsyco/9322214 to your computer and use it in GitHub Desktop.
Host Python Server in Current Directory.
#Python 2
python -m SimpleHTTPServer 8080
#Python 3
python3 -m http.server 8113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment