Hacker News new | ask | show | jobs
by inChargeOfIT 1000 days ago
Assuming you have python installed on the system, yeah.
1 comments

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