I would like to use

sage -notebook

or a similar command to start my sage notebook server on boot from a
startup script. However, just using sage -notebook won't work. I need
to pass the address option on the command line.

sage -notebook address="$(cat /etc/hostname)"

ain't workin. I keep running into OSError, permission denied, etc.

Neither is

sage -notebook address=chiasson.name

Any ideas?

In general, how can arbitrary commands be passed to sage from the
command line? I'm not talking about communicating with an already
running sage process, just passing commands to execute at startup.

Thank you for your time.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to