Y
Hacker News
new
|
ask
|
show
|
jobs
by
kfir
3011 days ago
SimpleHTTPServer is no longer part of python 3. On Python 3 this `python -m SimpleHTTPServer` should be `python -m http.server`
1 comments
emj
3010 days ago
python2 will work for many years to come.
python2 -m SimpleHTTPServer
link