summaryrefslogtreecommitdiff
path: root/academic/sage-bin/profile.d/sage.csh
diff options
context:
space:
mode:
Diffstat (limited to 'academic/sage-bin/profile.d/sage.csh')
-rw-r--r--academic/sage-bin/profile.d/sage.csh5
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/sage-bin/profile.d/sage.csh b/academic/sage-bin/profile.d/sage.csh
new file mode 100644
index 0000000000..280116580f
--- /dev/null
+++ b/academic/sage-bin/profile.d/sage.csh
@@ -0,0 +1,5 @@
+#!/bin/csh
+# Add SAGE_ROOT path and MANPATH for Sage:
+setenv SAGE_ROOT /opt/SageMath
+set path = ( $path ${SAGE_ROOT}/local/bin )
+setenv MANPATH ${MANPATH}:${SAGE_ROOT}/local/share/man