#!/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 "$@"