Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/bin/sage-open
8815 views
#!/usr/bin/env bash

# SAGE open command for OS X -- needed since
# the SAGE libraries clash with some OS X libraries,
# will leads to a crash.

unset LIBRARY_PATH
unset LD_LIBRARY_PATH
unset DYLD_LIBRARY_PATH

open "$@"