Skip to content

Instantly share code, notes, and snippets.

@viliampucik
Created June 22, 2020 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viliampucik/f16533989eab1296f176138a83e49fb7 to your computer and use it in GitHub Desktop.
Save viliampucik/f16533989eab1296f176138a83e49fb7 to your computer and use it in GitHub Desktop.
Turn Python into HTTP server serving local directory
# Python 3
sudo python -m http.server 80
# Python 2
sudo python2 -m SimpleHTTPServer 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment