Hacker News new | ask | show | jobs
by sdf4j 1000 days ago
python 2 and not 3
1 comments

`python -m http.server` is the one for Python3. Python 2 is `python -m SimpleHTTPServer`