You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation guide says to run python3 -m http.server 5000 --bind 127.0.0.1 --directory build
However, when I run this I get an error (on ubuntu 16.04):
usage: server.py [-h] [--cgi] [--bind ADDRESS] [port] server.py: error: unrecognized arguments: --directory build
If I first cd to build and then run python3 -m http.server 5000 --bind 127.0.0.1 everything works properly
The text was updated successfully, but these errors were encountered:
The installation guide says to run
python3 -m http.server 5000 --bind 127.0.0.1 --directory build
However, when I run this I get an error (on ubuntu 16.04):
usage: server.py [-h] [--cgi] [--bind ADDRESS] [port] server.py: error: unrecognized arguments: --directory build
If I first cd to build and then run
python3 -m http.server 5000 --bind 127.0.0.1
everything works properlyThe text was updated successfully, but these errors were encountered: