mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
2c92859540
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
5 lines
168 B
Bash
5 lines
168 B
Bash
#!/bin/sh
|
|
# Add SAGE_ROOT PATH and MANPATH for Sage:
|
|
export SAGE_ROOT=/opt/SageMath
|
|
PATH="$PATH:${SAGE_ROOT}/local/bin"
|
|
MANPATH="$MANPATH:${SAGE_ROOT}/local/share/man"
|