Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognized arguments #35

Closed
rmariani opened this issue Feb 6, 2019 · 4 comments
Closed

Unrecognized arguments #35

rmariani opened this issue Feb 6, 2019 · 4 comments

Comments

@rmariani
Copy link

rmariani commented Feb 6, 2019

The instructions in release tell me to run: python3 -m http.server 5000 --bind 127.0.0.1 --directory build

I get:

server.py: error: unrecognized arguments: --directory build

@jtobin
Copy link
Contributor

jtobin commented Feb 6, 2019

@rmariani That's a strange one. I can't reproduce:

~/urbit/bridge$ python3 -m http.server 5000 --bind 127.0.0.1 --directory build
Serving HTTP on 127.0.0.1 port 5000 (http://127.0.0.1:5000/) ...

What's your python3 version? (python3 --version)

@rmariani
Copy link
Author

rmariani commented Feb 7, 2019

Python 3.6.5

That must be the problem :)

@vvisigoth
Copy link
Contributor

vvisigoth commented Feb 7, 2019 via email

@jtobin
Copy link
Contributor

jtobin commented Feb 7, 2019

Python 3.6.5

Lettuce (ha ha, get it) close this one then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants