I have installed sage 8.2 on 64-bit Debian 9 (Stretch) using the tarball.
I installed to /opt, so my path to sage is /opt/SageMath/sage. I can successfully run sage in the Jupyter Notebook. I cannot run any jupyter commands from my terminal app, so have investigated two potential causes: Path and Permissions. I think, but could stand to be corrected, that my path to jupyter is /opt/SageMath/local/bin/jupyter; and I have confirmed that a file named jupyter is in that location; and have confirmed that others have Read and write permissions, and that Allow executing as a program is selected. Never the less, every attempt to run several different jupyter commands results in bash: jupyter: command not found. This includes running as root from /opt/SageMath/local/bin: root@Debian9SM82:/opt/SageMath/local/bin# jupyter ? bash: jupyter: command not found How can I run jupyter commands? Thanks, Ken -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
