Y
Hacker News
new
|
ask
|
show
|
jobs
by
inChargeOfIT
1000 days ago
Assuming you have python installed on the system, yeah.
1 comments
sdf4j
1000 days ago
python 2 and not 3
link
maleldil
1000 days ago
`python -m http.server` is the one for Python3. Python 2 is `python -m SimpleHTTPServer`
link