takluyver / cite2c

Citations in the Jupyter Notebook
MIT License
318 stars 35 forks source link

installation issues #17

Closed ruxi closed 9 years ago

ruxi commented 9 years ago

ruxi@lifemint ~/git/cite2c $ ./install.py from: can't read /var/mail/os.path from: can't read /var/mail/IPython.html.nbextensions from: can't read /var/mail/IPython.html.services.config ./install.py: line 5: syntax error near unexpected token "Installing nbextension ..."' ./install.py: line 5:print("Installing nbextension ...")'

takluyver commented 9 years ago

Oh, it's missing a shebang. If you do python install.py, it should work.

ruxi commented 9 years ago

Just tried and it worked :)

Thanks!

takluyver commented 9 years ago

You're welcome. I've hopefully just fixed it, too.