Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Wrong quote characters #25

Open
kevin-chu opened this issue Mar 2, 2017 · 0 comments
Open

Wrong quote characters #25

kevin-chu opened this issue Mar 2, 2017 · 0 comments

Comments

@kevin-chu
Copy link
Contributor

Super lame and minor issue, but thought I'd log anyways. In README.md, there are curved quotes for the python -c call that don't work. They actually need to be straight quotes.

Doesn't work:
python -c “import sys; print sys.path;”

Errors out:
File "", line 1
“import
^
SyntaxError: invalid syntax
-bash: print: command not found
-bash: ”: command not found

Should be:
python -c "import sys; print sys.path"

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

No branches or pull requests

1 participant