Skip to content

Instantly share code, notes, and snippets.

@tell
Last active December 19, 2015 12:29
Show Gist options
  • Save tell/5955422 to your computer and use it in GitHub Desktop.
Save tell/5955422 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ -n "$PYTHONPATH" ]; then
echo WARNING: unset PYTHONPATH 1>&2
unset PYTHONPATH
fi
SAGE_ROOT=/path/to/directory/of/sage
$SAGE_ROOT/sage "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment