slackbuilds_ponce/academic/sage/profile.d/sage.sh

6 lines
169 B
Bash
Raw Normal View History

#!/bin/sh
# Add SAGE_ROOT PATH and MANPATH for Sage:
SAGE_ROOT=SAGEROOT
PATH="$PATH:${SAGE_ROOT}"
MANPATH="$MANPATH:${SAGE_ROOT}/local/man:${SAGE_ROOT}/local/share/man"