Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50531 views
#!/usr/bin/env bash

if which sage >/dev/null; then
    sage -python -c "import sys; sys.path.extend(['/usr/local/lib/python2.7/dist-packages/']); from smc_sagews.sage_server_command_line import main; main('$1')"
fi